import type { StandardPairingChannel } from './pairing-channel.js'; export declare function resolveDefaultCredentialsDir(env?: NodeJS.ProcessEnv): string; /** Same layout as `extensions/feishu` `resolveFeishuFrameworkAllowFromPath` for `feishu`. */ export declare function resolveStandardAllowFromPath(channel: StandardPairingChannel, accountId: string, env?: NodeJS.ProcessEnv): string; export declare function resolveStandardPairingPath(channel: StandardPairingChannel, accountId: string, env?: NodeJS.ProcessEnv): string; /** Weixin stores under `~/.xopc/weixin/credentials/` (matches `extensions/weixin` accounts helper). */ export declare function resolveWeixinAllowFromPath(accountId: string, env?: NodeJS.ProcessEnv): string; export declare function resolveWeixinPairingPath(accountId: string, env?: NodeJS.ProcessEnv): string;