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