export declare const isArray: <T>(x: unknown) => x is T[];
