import { Configuration } from "../../configuration";
/**
 * Register the automation client to send application events to Atomist.
 * This is useful to show starting and stopping automation clients as part of their general lifecycle in eg Slack.
 */
export declare function registerApplicationEvents(workspaceId: string, configuration: Configuration): Promise<void>;
//# sourceMappingURL=applicationEvent.d.ts.map