/** * This error will be thrown if something goes wrong in match * * @typedef {Error} MatchError */ export declare class MatchError extends Error { constructor(message: string); }