export declare function isPathWithin(root: string, target: string): boolean;
export declare function isSafeStorageKey(key: string): boolean;
export declare function isSafeSessionName(name: unknown): name is string;
