import { processNamespace } from './stylable-processor'; export declare function packageNamespaceFactory(findConfig: (fileName: string, options: { cwd: string; }) => string | null, loadConfig: (filePath: string) => object, { dirname, relative, }: { dirname(path: string): string; relative(from: string, to: string): string; }, hashSalt?: string, prefix?: string, normalizeVersion?: (semver: string) => string): typeof processNamespace; export declare function noCollisionNamespace({ prefix, used: usedNamespaces, }?: { prefix?: string | undefined; used?: Map | undefined; }): typeof processNamespace; //# sourceMappingURL=resolve-namespace-factories.d.ts.map