export default function _default(): {
    fetch: (name: any, { throwNotFound }?: {
        throwNotFound: boolean;
    }) => Promise<any>;
};
