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