import { StorageEnum } from '../enum'; export declare const pathJoin: (ctx: StorageEnum, ...paths: string[]) => string;