export declare function getToken(clientId: string, clientSecret: string): Promise<void>;
