export declare function directory(path: string, subpath?: string): string;
export declare function not(path: string, subpath?: string): string;
export declare function flat(path: string, subpath?: string): string;
export declare function recurse(path: string, subpath?: string): string;
export declare function file(extension: string, name?: string): string;
//# sourceMappingURL=index.d.ts.map