import { Type } from '@krlwlfrt/tsg';
export declare function extract(content: any, intendedTargetNamespace?: string, path?: string): Promise<Type[]>;
export declare function extractFromFile(path: string, intendedTargetNamespace?: string): Promise<Type[]>;