export declare class NeDBError {
    message: string;
    name: string;
    stack: string;
    errorType: string;
    key: string;
}
