/**
 * Parse a package.json dependency specifier using the catalog: protocol.
 * Returns null if the given specifier does not start with 'catalog:'.
 */
export declare function parseCatalogProtocol(bareSpecifier: string): string | 'default' | null;
