export declare class DefaultError extends Error {
    error: string;
    constructor(message: string);
}
