export declare class RxDbRepositoryError extends Error {
    errorType: string;
    constructor(errorType: string, message: string);
}
