export interface FetchOptions extends RequestInit { retries?: number; retryDelay?: number; baseUrl?: string; environment?: 'production' | 'staging'; } export declare function fetchMetal(path: `/${string}`, options?: FetchOptions): Promise; //# sourceMappingURL=fetchMetal.d.ts.map