export declare class DeviceCredentials { username: string; password: string; constructor(username: string, password: string); }