export interface FormatSerializer { serialize(payload: any): string | null; } //# sourceMappingURL=FormatSerializer.d.ts.map