export declare const kAllItems: unique symbol;
export type Path = (string | typeof kAllItems)[];
export declare function convertPathToArrayOfKeys(path: string, { allowPrototypeAccess, }?: {
allowPrototypeAccess?: boolean;
}): Path;
export declare function cleanCache__testOnly(): void;