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