/** * 若路径不以斜杠结尾,则添加斜杠。 * @param path * @returns */ export declare function withTrailingSlash(path: string): string;