/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import { RefParserInterface } from '../models/interface.js';
export declare class RefParser implements RefParserInterface {
    parseRef(ref: string): {
        namespace?: string;
        name: string;
        version: string;
    };
}
//# sourceMappingURL=ref.parser.d.ts.map