/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
declare const isValidRestAPI: <T>(api: T) => boolean;
export { isValidRestAPI };
//# sourceMappingURL=api-def.validator.d.ts.map