import { GenericApiGatewayContract } from '../apiGatewayContract'; import { FullContractSchemaType } from '../types'; /** * Returns the aggregated ApiGatewayContract schema in order to validate the inputs of lambdas. * * This also enables to infer the type with `json-schema-to-ts`. * * @param contract your ApiGatewayContract */ export declare const getFullContractSchema: (contract: Contract) => FullContractSchemaType; //# sourceMappingURL=fullContractSchema.d.ts.map