export default interface RestArgs { event?: any; request: any; response?: any; context?: any; callback?: any; } //# sourceMappingURL=rest.d.ts.map