export declare const isArray: (arg: any) => arg is any[]; export declare function isObj(param: unknown): param is Record;