import type { Options } from 'pusher';
/**
 * Helper function to define currency configuration with type inference
 */
export declare function defineConfig(config: Options): Options;
