import type { OASDocument } from 'oas/dist/rmoas.types'; interface SDKOptions { cacheDir?: string; } declare const _default: (uri: string | OASDocument, opts?: SDKOptions) => any; export = _default;