import { FileProcessor, MinimalFS } from './cached-process-file'; import { processNamespace, StylableMeta } from './stylable-processor'; export interface StylableInfrastructure { fileProcessor: FileProcessor; resolvePath: (context: string | undefined, path: string) => string; } export declare function createInfrastructure(projectRoot: string, fileSystem: MinimalFS, onProcess?: (meta: StylableMeta, path: string) => StylableMeta, resolveOptions?: any, resolveNamespace?: typeof processNamespace): StylableInfrastructure; //# sourceMappingURL=create-infra-structure.d.ts.map