export type TypeGuard = (val: unknown) => val is T; //# sourceMappingURL=guards.d.ts.map