import { ISource } from "../engine/source"; /** Specifies that the engine data originated from proprietary sources. */ export interface ISourceGmccc extends ISource { /** Gets the singleton value. */ value: ISourceGmccc; } //# sourceMappingURL=source_gmccc.d.ts.map