import { HandlerContext, HandlerResult } from "@atomist/automation-client"; import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand"; export declare class UnlinkRepo implements HandleCommand { teamId: string; channelId: string; channelName: string; owner: string; apiUrl: string; provider: string; name: string; msgId: string; handle(ctx: HandlerContext): Promise; }