import { TRecord } from '../type';

export declare const noop: () => void;
export declare const promiseNoop: () => Promise<void>;
export declare const typeOf: (target: any, type: string | string[]) => boolean;
export declare const isPlainObject: (object: TRecord) => boolean;
export declare const isUndefined: (target: unknown) => boolean;
