declare function toInsertSql(tableName: string, records: any[]): string;

export { toInsertSql };
