/** https://docs.tsafe.dev/typeguard */ export declare function typeGuard(_value: any, isMatched: boolean): _value is T;