///
export declare const executeBulkSql: jest.Mock;
export declare const executeSql: jest.Mock;
export declare const createTable: jest.Mock;
export declare const dropTable: jest.Mock;
export declare const insert: jest.Mock, [], any>;
export declare const update: jest.Mock, [], any>;
export declare const destroy: jest.Mock, [], any>;
export declare const destroyAll: jest.Mock, [], any>;
export declare const find: jest.Mock, [id: any], any>;
export declare const findBy: jest.Mock, [any], any>;
export declare const query: jest.Mock, [], any>;
export declare const _sanitize: jest.Mock;
export declare const databaseLayer: any;
export declare const Repository: jest.Mock;