export declare class NonRetryableError extends Error {
    readonly nonRetryable = true;
}
