import type { RenderedLeanSchema, RenderedLeanSchemaFields } from '@wix/metro-public-utils'; import { Payload } from './serializer/domain.js'; export type { GoogleProtoDuration } from './serializer/protobuf-converters/types.js'; export declare function serializer(rootSchema: RenderedLeanSchemaFields, depSchemas?: RenderedLeanSchema): { fromJSON(jsonOrString: Payload | string): T; toJSON(json: T): any; }; //# sourceMappingURL=ambassador-index.d.ts.map