export declare class Auth { username?: string; token?: string; confirmationCode?: string; constructor(data?: any); }