export declare function generate({ the, titleize, separator }?: {
    the?: boolean;
    titleize?: boolean;
    separator?: string | boolean;
}): string;
