import type { IoHelper } from '../api-private';
export declare function doctor({ ioHelper }: {
    ioHelper: IoHelper;
}): Promise<number>;
