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