import { FSharpList } from '@fable-org/fable-library-js/List.js';
export declare const seperators: string[];
export declare const alternativeLICENSEFileNames: FSharpList<string>;
export declare function split(path: string): string[];
export declare function combine(path1: string, path2: string): string;
export declare function combineMany(paths: string[]): string;
export declare function getFileName(path: string): string;
/**
 * Checks if `path` points to a file with the name `fileName`
 */
export declare function isFile(fileName: string, path: string): boolean;
export declare function getAssayFolderPath(assayIdentifier: string): string;
export declare function getStudyFolderPath(studyIdentifier: string): string;
export declare function getWorkflowFolderPath(workflowIdentifier: string): string;
export declare function getRunFolderPath(runIdentifier: string): string;
//# sourceMappingURL=Path.fs.d.ts.map