import type { KlawConfig } from "../../config/types.klaw.js"; export type ChannelPackageStateMetadataKey = "configuredState" | "persistedAuthState"; export declare function listBundledChannelIdsForPackageState(metadataKey: ChannelPackageStateMetadataKey): string[]; export declare function hasBundledChannelPackageState(params: { metadataKey: ChannelPackageStateMetadataKey; channelId: string; cfg: KlawConfig; env?: NodeJS.ProcessEnv; }): boolean;