import type { RespondWithConfig } from './types.js';
/**
 * Define the config for respondWith
 */
export declare function defineConfig(config: Partial<RespondWithConfig>): RespondWithConfig;
