import { SlackIntegration } from '../../integrations/index.js'; import type { SurfaceAdapterContext } from '../types.js'; export declare function handleSlackSurfaceWebhook(req: Request, context: SurfaceAdapterContext): Promise; export declare function handleSlackSurfacePayload(bodyRecord: Record, context: SurfaceAdapterContext, slack?: SlackIntegration, req?: Request): Promise; //# sourceMappingURL=index.d.ts.map