import { ICommandContext } from '../command'; export declare function listLogin(ctx: ICommandContext): Promise; export declare function createLogin(ctx: ICommandContext): Promise; export declare function updateLogin(ctx: ICommandContext): Promise;