/** One-time token usable on OVHcloud's applications (only supported by chatbot for the moment) */
export interface Token {
    /** One-time token */
    token: string;
}
//# sourceMappingURL=Token.d.ts.map