import { InstallationEvent } from '../serve'; import { IPowerApp } from '../types'; export declare function installationHandler(app: IPowerApp, event: InstallationEvent['eventObject'], response: InstallationEvent['response']): Promise;