import type { Type } from './Type.js'; export declare function getTypeAs(type: Type, classReference: new (...args: any[]) => T): T;