import type { TCollectionName, TSchema } from '../../../templates'; import type { ComputedDefinition } from '../types'; /** * transforms deprecated computed fields into their new definition * @param definition the deprecated definition * @returns */ export default function mapDeprecated = TCollectionName>(definition: ComputedDefinition): ComputedDefinition; //# sourceMappingURL=map-deprecated.d.ts.map