import { Schema } from "../schema/Schema"; import { Table } from "../table/Table"; import { Item } from "../table"; export declare function preInsert(schema: Schema, table: Table, item: Item): Object; export declare function insert(schema: Schema, table: Table, item: Item): Object;