import { RequestDetail } from '../../../common';
import { ResourceService } from '../../resource-service';

export declare const toMimeType: (contentType: string) => string;
export declare const networkPlugin: import('../common').PluginInstance<{
    getRequest: (id: string) => RequestDetail;
    resourceService: ResourceService;
}>;
export type NetworkPluginCore = ReturnType<typeof networkPlugin>;
//# sourceMappingURL=index.d.ts.map