export declare function isTypeof(array?: any[] | readonly any[] | null, type?: string, relaxed?: boolean): boolean;
