import { ICommandContext } from '../command'; export declare function bindCustomDomain(ctx: ICommandContext, domain: string): Promise; export declare function getCustomDomain(ctx: ICommandContext): Promise; export declare function unbindCustomDomain(ctx: ICommandContext, domain: string): Promise;