import { Context } from 'aws-lambda'; import { GenericApiGatewayContract } from '../apiGatewayContract'; import { ApiGatewayEvent, BodyType, CustomRequestContextType, HandlerCallback, HandlerEventType, HeadersType, PathParametersType, QueryStringParametersType } from '../types'; import { ApiGatewayAuthorizerType, ApiGatewayIntegrationType } from '../types/constants'; export declare const setMockHandlerInputSeed: (inputSeed: string) => void; export declare const getMockHandlerInput: , QueryStringParametersType, HeadersType, CustomRequestContextType, BodyType>, Event = ApiGatewayEvent, Callback = HandlerCallback>(contract: Contract, partialEvent?: Partial, ...additionalArgs: AdditionalArgs) => [Event, Context, Callback, ...AdditionalArgs]; //# sourceMappingURL=mockHandlerInput.d.ts.map