import type { ServiceRegistry } from '../../config/service-registry.js'; import type { TrySpawnAgentFn } from '../types.js'; export declare function handleGitHubAutomationWebhook(req: Request, context: { readonly serviceRegistry: ServiceRegistry; readonly githubWebhookSecret: string | null; readonly trySpawnAgent: TrySpawnAgentFn; }): Promise; //# sourceMappingURL=index.d.ts.map