import type { ApiModule } from "./module.js"; import type { VoyantAuthIntegration, VoyantBindings } from "./types.js"; /** Compose trusted package app-token resolvers while preserving host auth. */ export declare function composeAuthAugmentations(hostAuth: VoyantAuthIntegration | undefined, modules: readonly ApiModule[]): VoyantAuthIntegration | undefined;