import { IFetchComponent, IConfigComponent } from '@well-known-components/interfaces'; /** * Default Server config * @public **/ export declare const defaultServerConfig: () => { HTTP_SERVER_HOST: string; HTTP_SERVER_PORT: string; }; /** * Local Fetch component for testing local urls * @public **/ export declare function createLocalFetchCompoment(configComponent: IConfigComponent): Promise; //# sourceMappingURL=localFetch.d.ts.map