import { Repository } from '../repository'; export declare function getRepository(name?: string, mode?: IDBTransactionMode): Repository;