export declare function isLocalhost(event: any): boolean; export type AgentChatRequestSurface = "app" | "dev-frame" | "desktop"; export declare function shouldBlockInProductCodeEditingSurface(input: { surface?: string | null; userAgent?: string | null; host?: string | null; }): boolean; //# sourceMappingURL=request-surface.d.ts.map