export declare function glob(pattern: string): string[];
export declare function getFullPath(baseFile: string, relative: string): string;
export declare function fileExists(path: string): boolean;
export declare function isFile(path: string): boolean;
//# sourceMappingURL=filesystem.d.ts.map