import { FetchEndpoint } from '../../';
export declare const fetchEndpoint: (url: string, params: any, debug?: boolean) => Promise<FetchEndpoint>;
//# sourceMappingURL=fetchEndpoint.d.ts.map