import type { KlawConfig } from "../../config/types.klaw.js"; export declare function listBundledChannelIdsWithPersistedAuthState(): string[]; export declare function hasBundledChannelPersistedAuthState(params: { channelId: string; cfg: KlawConfig; env?: NodeJS.ProcessEnv; }): boolean;