export declare const testRunner: (testCases: any, { runMac, runWindows }?: {
    runMac?: boolean | undefined;
    runWindows?: boolean | undefined;
}) => void;
