import { HandlerResult } from "@atomist/automation-client"; import { CommandHandlerRegistration, CommandListenerInvocation } from "@atomist/sdm"; import { JiraHandlerParam } from "./shared"; declare class MapComponentToChannelParams extends JiraHandlerParam { projectSearch: string; } export declare function mapComponentToChannel(ci: CommandListenerInvocation): Promise; export declare const mapComponentToChannelReg: CommandHandlerRegistration; export {};