/** * Load a descriptor (JSON Object) from a file or URL * Uses dynamic imports to work in both Node.js and browser environments * Supports HTTP, HTTPS protocols */ export declare function loadDescriptor(path: string, options?: { onlyRemote?: boolean; }): Promise>;