import { ResponseStruct } from "./response-struct"; import { Dict } from "@halsp/core"; declare module "@halsp/core" { interface Startup { run(event: Dict, context: Dict): Promise; useLambda(): this; } }