import { ClientId, Labelled, Password, Username } from '../../../common';
export declare class AuthenticateCommand implements Labelled {
    readonly username: Username;
    readonly password: Password;
    readonly clientId: ClientId;
    label: string;
    constructor(username: Username, password: Password, clientId: ClientId);
}
//# sourceMappingURL=authenticate.command.d.ts.map