import { SlugSchemaType } from '@sanity/types'; export declare function slugify(sourceValue: any, type: SlugSchemaType): Promise; //# sourceMappingURL=slugify.d.ts.map