export declare class UnexpectedStateError extends Error {
    code: string;
    constructor(message: string, code?: string);
}
