/** * make sure the endfix slash as expect. * @param str path fragment * @param slashEndfix flag to indicates if we need keep last slash `/` or `\` * @param multiPlatform flag to indicates if we need to support multi platform */ export declare const ensureSlash: (str: string, slashEndfix?: boolean, multiPlatform?: boolean) => string;