declare const UnknownError_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<unknown, "UnknownError">;
export declare class UnknownError extends UnknownError_base {
}
export {};
