import type { Probot } from "../probot.js";
import type { ApplicationFunctionOptions, Handler } from "../types.js";
export declare function defaultApp(_app: Probot, { cwd }: ApplicationFunctionOptions): Handler;
