declare type Test = [string, string, string, string];
declare const tests: Test[];
export default tests;
