export declare class UnexpectedHookResultError extends Error {
    name: string;
    constructor(message?: string);
}
