export declare class BatchInsert { close(): void insert(obj?: any): void setIgnoreOnDuplicateKey(val?: boolean): void constructor() }