import type { ResolvedAuth } from '../../config/resolved.js'; export interface OrchestratorAuthPort { readonly getHeaders: () => Promise>>; readonly getSubmitHeaders: (intentInput: unknown, sponsored: boolean) => Promise>>; } export declare function createOrchestratorAuth(auth: ResolvedAuth): OrchestratorAuthPort; //# sourceMappingURL=auth.d.ts.map