import { IHVConfig } from './types'; export declare function getToken(config: IHVConfig): Promise; export declare function cleanLastChar(token: string): string;