import { MatchType } from '../types'; declare const simpleDoubleFull: { upper: MatchType[]; lower: MatchType[]; }; export default simpleDoubleFull;