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