import { SerializerParams } from './types.js'; import { RootPath } from './transformation-handler.js'; import { toPlatformizedQuery } from './query-transformation.js'; export { RootPath, toPlatformizedQuery }; export declare function toAmbassadorRequest({ rootSchema, depSchemas, fqdnTransformation }: SerializerParams, entity: any): any; export declare function toDbDriverEntity({ rootSchema, depSchemas, fqdnTransformation }: SerializerParams, entity: any): any; /** * @deprecated */ export declare function toVeloEntity(opts: SerializerParams, entity: any): any; //# sourceMappingURL=db-drivers.d.ts.map