import type { NextConfig } from 'next';
/**
 * @param {import('next').NextConfig} nextConfig
 * @param {Object} [options] - Optional configuration options
 * @param {boolean} [options.devBundleServerPackages] - Whether to bundle server packages in development mode. @default false
 * */
export declare const withPayload: (nextConfig?: NextConfig, options?: {
    devBundleServerPackages?: boolean;
}) => NextConfig;
export default withPayload;
//# sourceMappingURL=withPayload.d.ts.map