import { NextConfig } from 'next';

declare const withBotId: (nextConfig: NextConfig, customPathHeaders?: {
    key: string;
    value: string;
}[]) => NextConfig;

export { withBotId };
