export interface FormatDeserializer { deserialize(input: string | null): any; } //# sourceMappingURL=FormatDeserializer.d.ts.map