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