export declare class GracefulError extends Error { static from(cause: Error, ...message: string[]): GracefulError; private static formatMessage; }