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