import { type NamespaceNameAsString } from '../src/core/config/remote/types.js';
export declare function resetTestContainer(cacheDir?: string): void;
export declare function resetForTest(namespace?: NamespaceNameAsString, cacheDir?: string): void;
