export declare class Credential { id: string; password: string; constructor(id?: string, password?: string); }