import { IPathIterator } from '../../../func/PathMapper/index.js'; import { Spec } from '../../../types.js'; import 'openapi-types'; import 'prettier'; import 'https'; import 'ora'; declare function CreateAsyncGlobalType(defination: Spec): Promise; declare function CreateAsyncTypeScope(path: IPathIterator, namespace: string): Promise; export { CreateAsyncGlobalType, CreateAsyncTypeScope };