import { ThenableWebDriver } from '@progress/kendo-e2e';
export declare const DELAYS: {
    SMALL: number;
    SM: number;
    MD: number;
    LG: number;
};
export declare const getCartesianProduct: (arr: Array<any>) => Array<any>;
export declare const getDecartProduct: (arr: Array<any>) => Array<any>;
export declare const getDescartesProduct: (arr: Array<any>) => Array<any>;
export declare const getA11ySpecViolations: (driver: ThenableWebDriver, excludeErrors?: string[], spec?: any) => Promise<string[]>;
