import { NAuth, NOAuth2 } from '../../types';
export declare const adaptGetAccessToken: (payload: NOAuth2.IResponse) => NAuth.IAuth;
