import { HandlerContext, HandlerResult } from "@atomist/automation-client"; import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand"; /** * Configure DM preferences for the invoking user. */ export declare class ConfigureDirectMessageUserPreferences implements HandleCommand { requester: string; teamId: string; msgId: string; cancel: string; handle(ctx: HandlerContext): Promise; private createMessage; private isDirectMessageDisabled; private toogleAllAttachment; }