import Error from "./error"; export declare class EmptyError extends Error { name: string; }