/** Newly created OVH identifier and a login token for the API */
export interface NewAccountAndToken {
    /**  */
    consumerKey?: string;
    /**  */
    ovhIdentifier: string;
}
//# sourceMappingURL=NewAccountAndToken.d.ts.map