import type { Context } from 'aws-lambda'; declare const helloworldContext: Context; export { helloworldContext }; //# sourceMappingURL=hello-world.d.ts.map