import { EnvType } from './types';
export declare const fetchData: (url: string, token: string) => Promise<EnvType[] | undefined>;
