export declare function resolveVeryfrontApiBaseUrlFromHostEnv(): string; export declare const DEFAULT_VERYFRONT_CLOUD_MODEL = "veryfront-cloud/openai/gpt-5.4-nano"; export declare const DEFAULT_VERYFRONT_CLOUD_EMBEDDING_MODEL = "veryfront-cloud/openai/text-embedding-3-small"; export interface VeryfrontCloudBootstrap { apiBaseUrl: string; apiToken?: string; projectSlug?: string; serviceLayer?: string; hasRequestContext: boolean; usesVeryfrontFs: boolean; } export declare function getVeryfrontCloudAuthToken(): string | undefined; export declare function getVeryfrontCloudProjectSlug(): string | undefined; export declare function getVeryfrontCloudBootstrap(): VeryfrontCloudBootstrap; /** Resolve the trusted host identity used by direct server-side platform clients. */ export declare function getVeryfrontCloudHostBootstrap(): VeryfrontCloudBootstrap; export declare function isVeryfrontCloudEnabled(): boolean; export declare function getDefaultVeryfrontCloudModel(): string; export declare function getDefaultVeryfrontCloudEmbeddingModel(): string; //# sourceMappingURL=resolver.d.ts.map