import { TypeGuard } from "./util-types"; export declare const checkArray: TypeGuard; export declare const checkNil: TypeGuard; export declare const checkFn: TypeGuard; export declare const checkStr: TypeGuard; export declare const checkRegexp: TypeGuard;