import type { Config } from 'houdini';
export declare let _config: Config;
export declare function setConfig(config: Config): void;
