import * as handlers from "../../handler";
type Handler = (_target: unknown, _propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
export declare function APIGatewayProxyHandler(args?: handlers.APIGatewayProxyHandlerArguments): Handler;
export {};
