export declare function resolveAuthStorePath(agentDir?: string): string;
export declare function resolveLegacyAuthStorePath(agentDir?: string): string;
export declare function resolveAuthStorePathForDisplay(agentDir?: string): string;
export declare function ensureAuthStoreFile(pathname: string): void;
