export declare function removeTrailingSlash(str: string): string; export declare function removeLeadingSlash(str: string): string; export declare function optionallyAddLeadingSlash(str: string): string;