import { UtilsGDrive } from '..';
export declare function refreshAccessToken(utilsGDrive: UtilsGDrive): Promise<string>;
