import { GeoprocessingStack } from "./GeoprocessingStack.js"; import { WebSocketApi } from "aws-cdk-lib/aws-apigatewayv2"; /** * Create Web Socket API for async functions */ export declare const createWebSocketApi: (stack: GeoprocessingStack) => WebSocketApi | undefined; /** Setup function access to web socket */ export declare const setupWebSocketFunctionAccess: (stack: GeoprocessingStack) => void;