import type { TRecord } from '../type'; export declare const noop: () => void; export declare const promiseNoop: () => Promise; export declare const typeOf: (target: any, type: string | string[]) => boolean; export declare const isPlainObject: (object: TRecord) => boolean; export declare const isUndefined: (target: unknown) => boolean;