import { ApplicationFunction } from "probot"; declare function run( probotApp: ApplicationFunction | ApplicationFunction[] ): Promise; export { run }; export * from "probot";