export declare function join(...paths: string[]): string;
export declare function clean(uri: string): string;
