export declare class InvalidFormat extends Error { private receivedFormat; private key; constructor(key: string, receivedFormat: any); get message(): string; } //# sourceMappingURL=invalid-format.d.ts.map