export declare const siteURL = "https://houdinigraphql.com"; export declare const houdini_mode: { /** * to set the testing mode do like this: * `process.env.HOUDINI_TEST = 'true'` */ readonly is_testing: boolean; };