import Match from './Match';

export default function (
    config?: Match.IConfig
): Match;