declare const _default: ({
    type: string;
    match: RegExp;
    sub?: undefined;
} | {
    match: RegExp;
    sub: (code: any) => {
        type: string;
        sub: {
            match: RegExp;
            sub: any;
        }[];
    };
    type?: undefined;
})[];
export default _default;
//# sourceMappingURL=md.d.ts.map