import type { TypeOfTypes } from './TypeOfTypes.ts';
export declare const ifTypeOf: <T, R>(typeName: TypeOfTypes, value: unknown, trueFunc: (value: T) => R, isFunc?: (value: T) => boolean) => R | undefined;
//# sourceMappingURL=ifTypeOf.d.ts.map