import { MimeTypeInterface, CustomMimeTypeInterface, Locateable, ExtendedRequestInit, MrujsInterface } from '../types'; export declare function Mrujs(obj?: Partial): MrujsInterface; export declare function fetch(input: Request | Locateable, options?: ExtendedRequestInit): undefined | Promise; export declare function registerMimeTypes(mimeTypes: CustomMimeTypeInterface[]): MimeTypeInterface; //# sourceMappingURL=mrujs.d.ts.map