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