export declare class ResilienceRuntimeException extends Error {
    constructor(message?: string);
    what(): string;
}
