import type { BrsType } from "."; import { ValueKind } from "."; export declare function tryCoerce(value: BrsType, target: ValueKind): BrsType | undefined;