/**
 *
 *              github:crossplane/crossplane@0.14.0
 *              |--^- |  ^         ^         ^ ^  ^
 *                 |     |         |         | |  |
 *  - provider ----+     |         |         | |  |
 *  - account -----------+         |         | |  |
 *  - repo ------------------------+         | |  |
 *  - major ---------------------------------+ |  |
 *  - minor -----------------------------------+  |
 *  - patch --------------------------------------+
 */
/**
 * Matches a https://doc.crds.dev repo
 *
 *  - url if found
 *  - undefined if not
 *
 * @param source
 */
export declare function matchCrdsDevUrl(source: string): (undefined | string);
