export declare const isArrayOfType: (value: unknown, type: string) => value is T[];