import { RMSDKInstance } from '.'; /** * Get client credential (Authentication) * will return null if clientId and clientSecret incorrect */ export declare function getClientCredentials(this: RMSDKInstance): Promise; /** * Refresh token */ export declare function refreshToken(this: RMSDKInstance, refreshToken: string): Promise; //# sourceMappingURL=credentials.d.ts.map