import { r as SecretDefaults, t as ResolverContext } from "./runtime-shared-DVRrdXcr.js"; import { n as ChannelAccountPredicate, r as ChannelAccountSurface } from "./channel-secret-basic-runtime-Bi4jUyRi.js"; //#region src/secrets/channel-secret-tts-runtime.d.ts declare function collectNestedChannelTtsAssignments(params: { channelKey: string; nestedKey: string; channel: Record; surface: ChannelAccountSurface; defaults: SecretDefaults | undefined; context: ResolverContext; topLevelActive: boolean; topInactiveReason: string; accountActive: ChannelAccountPredicate; accountInactiveReason: string | ((entry: { accountId: string; account: Record; enabled: boolean; }) => string); }): void; //#endregion export { collectNestedChannelTtsAssignments as t };