/// export declare const executeBulkSql: jest.Mock, [p: any], any>; export declare const executeSql: jest.Mock, [p: any], any>; export declare const createTable: jest.Mock, [p: any], any>; export declare const dropTable: jest.Mock, [p: any], any>; export declare const insert: jest.Mock, [p: any], 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], any>; export declare const _sanitize: jest.Mock; export declare const DatabaseLayer: jest.Mock;