import { ContainerError } from './ContainerError.js';
export declare class UnexpectedHookResultError extends ContainerError {
    name: string;
    constructor(message: string);
}
