import { ICommandContext } from '../command'; export declare function listAuthDoamin(ctx: ICommandContext): Promise; export declare function createAuthDomain(ctx: ICommandContext, domain: string): Promise; export declare function deleteAuthDomain(ctx: ICommandContext): Promise;