import type { NextConfigObject, WhopAppOptions } from "./types"; export declare function withWhopAppConfig(next: C | ((phase: string, args: { defaultConfig: C; }) => C | Promise), whopAppOptions?: WhopAppOptions): (phase: string, defaults: { defaultConfig: C; }) => Promise;