import type { CustomMatch } from './contracts'; export declare function expectArrayItems(expected: any, options?: {}): CustomMatch; export declare function expectArrayLength(expected: any): CustomMatch;