/** * 若路径以斜杠结尾,则移除斜杠。 */ export declare function withoutTrailingSlash(path: string): string;