export declare type TypeGuard = (value: T) => value is V; //# sourceMappingURL=type-guard.d.ts.map