import { NeptuneClient, NeptuneStaticConfig } from './types'; export declare function createStaticNeptuneClient(options: { currentConfig: NeptuneStaticConfig; nextConfig?: NeptuneStaticConfig; }): NeptuneClient;