InsertQueryNode: Readonly<{
    cloneWith(insertQuery, props): kysely.InsertQueryNode;
    create(into, withNode?, replace?): kysely.InsertQueryNode;
    createWithoutInto(): kysely.InsertQueryNode;
    is(node): node is kysely.InsertQueryNode;
}>

Type declaration