import { OpaqueToken } from './program'; export declare abstract class CliProgramRef { abstract get(type: OpaqueToken): T; }