import { type ApiRequest, type ErrorResponseBody, ApiResponse } from '../request-response'; export type Manifest = { version: string; interactionMode: boolean; clientSideNavigation: boolean; elementFromPoint: boolean; customBreakpoints: boolean; siteVersions: boolean; unstable_siteVersions: boolean; localizedPageSSR: boolean; webhook: boolean; localizedPagesOnlineByDefault: boolean; }; export declare function manifestHandler(req: ApiRequest, { apiKey, manifest }: { apiKey: string; manifest?: Partial; }): Promise>; //# sourceMappingURL=manifest.d.ts.map