export declare const API_CONFIG: { DEFAULT: { baseURL: string; timeout: number; }; ISOMETRIK: { baseURL: string; timeout: number; }; }; export type ApiConfigKey = keyof typeof API_CONFIG;