import { ContractType, AuthInput, HttpMethods, Implementation, HandleResult } from './globalTypes.js'; export declare const wrapHandleWithValidation: (contract: ContractType, validateOutput?: boolean) => (input: any, auth?: AuthInput | undefined, id?: string | undefined) => Promise>;