import { Model } from "mongoose"; export declare const asyncCreateSlugFromString: (str: string, model: Model) => Promise;