export declare function humanizeUrl(input: string): string;
export declare function technicalizeUrl(input: string): string;
