export declare const CerateSlug: (str: string) => string;
export declare const createSlug: (str: string) => string;
