import { JSONSchema } from 'json-schema-to-ts'; import { ServerlessContract } from '../types'; export declare const getContractFullSchema: (contract: ServerlessContract) => JSONSchema; //# sourceMappingURL=fullSchema.d.ts.map