import type { SdkReference } from '../types.js';
export declare function convertJavadoc(sourcePath: string): Promise<SdkReference>;
