import { CodeModel } from '@autorest/codemodel'; import { DeepPartial } from '@azure-tools/codegen'; export declare class SdkModel extends CodeModel { usings: string[]; constructor(title: string, sourceTracking?: boolean, initializer?: DeepPartial); } //# sourceMappingURL=SdkModel.d.ts.map