export declare const REGEX: {
    /** Checks for a valid scheme */
    readonly PROTOCOL: RegExp;
    /** Finds multiple slashes after the scheme to replace with a single slash */
    readonly MULTIPLE_SLASHES: RegExp;
    readonly VARIABLES: RegExp;
    readonly PATH: RegExp;
    readonly TEMPLATE_VARIABLE: RegExp;
};
//# sourceMappingURL=regex-helpers.d.ts.map