declare class NamespaceCache { cache?: string; get(): string | undefined; } declare const namespace: NamespaceCache; export default namespace;