/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
export interface HFEP8ExchangeauthorizationCodeforaccesstoken {
    tokenType: string;
    expiresIn: number;
    refreshToken: string;
    accessToken: string;
}
export declare const hFEP8ExchangeauthorizationCodeforaccesstokenSchema: Schema<HFEP8ExchangeauthorizationCodeforaccesstoken>;
