import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { s as LineGroupConfig } from "./accounts-CekanUb8.js"; //#region extensions/line/src/group-keys.d.ts declare function resolveLineGroupLookupIds(groupId?: string | null): string[]; declare function resolveLineGroupConfigEntry(groups: Record | undefined, params: { groupId?: string | null; roomId?: string | null; }): T | undefined; declare function resolveLineGroupsConfig(cfg: KlawConfig, accountId?: string | null): Record | undefined; declare function resolveExactLineGroupConfigKey(params: { cfg: KlawConfig; accountId?: string | null; groupId?: string | null; }): string | undefined; //#endregion export { resolveLineGroupsConfig as i, resolveLineGroupConfigEntry as n, resolveLineGroupLookupIds as r, resolveExactLineGroupConfigKey as t };