/** The exception that is thrown when the format of an argument is invalid, or when a composite format string is not well formed. */ export declare class FormatError extends Error { name: string; constructor(message?: string, options?: ErrorOptions); } //# sourceMappingURL=formatError.d.ts.map