import type { RenderedLeanSchema, RenderedLeanSchemaFields } from '@wix/metro-public-utils'; export declare type VeloTransformation = any; export declare type FqdnTransformation = { paths: (string | Symbol)[]; transformation: VeloTransformation; }; export declare type SerializerParams = { rootSchema: RenderedLeanSchemaFields; depSchemas: RenderedLeanSchema; fqdnTransformation?: FqdnTransformation; customTransformation?: VeloTransformation; }; //# sourceMappingURL=types.d.ts.map