/** * Loads environment variables from sandbox/.env file. * This is a shared utility for CLI tests that need to access API keys. */ export declare function loadSandboxEnv(): void; //# sourceMappingURL=test-helpers.d.ts.map