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