///
import * as nodePath from 'path';
import { processNamespace } from './stylable-processor';
export declare function packageNamespaceFactory(findConfig: (fileName: string, options: {
cwd: string;
}) => string | null, loadConfig: (filePath: string) => object, { dirname, relative }: Pick, 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