import { ITypeData } from "./itype-data"; export declare class TypeDataWithImplementation implements ITypeData { name: string; namespace: string; implementationType: ITypeData; metadata: {}; constructor(name?: string, namespace?: string, implementationType?: ITypeData, metadata?: {}); }