export declare const generatePreviousRound: (matchesColumn: any, listOfMatches: any) => any; export declare function getPreviousMatches(columnIndex: number, columns: any[], previousBottomPosition: number): { previousTopMatch: any; previousBottomMatch: any; }; export declare function sortTeamsSeedOrder(previousBottomMatch: any): any;