export declare class FailMessageOutsideHandlingContext extends Error { readonly help: string; constructor(help?: string); }