export declare const URL: {
    get: (full?: boolean, fullLine?: boolean, flags?: string) => RegExp;
    verify: (text: string, full?: boolean) => boolean;
    find: (text: string, full?: boolean) => string[];
    replace: (text: string, replaceWith?: string, full?: boolean) => string;
};
//# sourceMappingURL=url.d.ts.map