export declare class PrettyError extends Error {
    constructor(message: string);
}
export declare function handlError(error: any): void;
