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 ConfigureLifecyclePreferences implements HandleCommand { channelName: string; channelId: string; teamId: string; lifecycle: string; msgId: string; cancel: string; handle(ctx: HandlerContext): Promise; private createMessage; private createConfigureMessage; private isLifecycleEnabled; private isLifecycleActionEnabled; private isLifecycleRendererEnabled; private loadPreferences; }