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