import nodeFS from 'fs'; import { CStepper } from '../defs.js'; export type TFileSystem = Partial; export declare function getSteppers(stepperNames: string[]): Promise; export declare const workspaceRoot: string; type TImportMeta = { url: string; }; export declare function getPackageLocation(meta: TImportMeta): string; export declare const getFilename: (meta: TImportMeta) => string; export declare const getDirname: (meta: TImportMeta) => string; export declare function getModuleLocation(name: string): string; export declare function getStepper(s: string): Promise; export {}; //# sourceMappingURL=workspace-lib.d.ts.map