/** * Configuration constants for the Tinfoil Node SDK */ export declare const TINFOIL_CONFIG: { /** * Base URL for the attestation endpoint */ readonly ATC_BASE_URL: "https://atc.tinfoil.sh"; /** * The GitHub repository for the router code attestation */ readonly DEFAULT_ROUTER_REPO: "tinfoilsh/confidential-model-router"; }; //# sourceMappingURL=config.d.ts.map