export declare class Auth { user: string; pass: string; constructor(user: string, pass: string); }