import { HealthcheckServiceApi } from '../../publish/healthcheck/apis/healthcheck-service-api';
export declare class HealthcheckService extends HealthcheckServiceApi {
    protected basePath: string;
    private getTokenFn?;
    constructor(basePath: string, getTokenFn?: () => Promise<string>);
}
