import { TinyType } from 'tiny-types'; /** * @package */ export declare class Credentials extends TinyType { readonly username: string; readonly password: string; static fromString(value: string): Credentials; constructor(username: string, password: string); } //# sourceMappingURL=Credentials.d.ts.map