import { i as OpenClawConfig } from "./types.openclaw-oSBece7v.js"; import { s as LineGroupConfig } from "./accounts-DT22Ulhf.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: OpenClawConfig, accountId?: string | null): Record | undefined; declare function resolveExactLineGroupConfigKey(params: { cfg: OpenClawConfig; accountId?: string | null; groupId?: string | null; }): string | undefined; //#endregion export { resolveLineGroupsConfig as i, resolveLineGroupConfigEntry as n, resolveLineGroupLookupIds as r, resolveExactLineGroupConfigKey as t };