/**
 * @param {object} config
 * @param {import('ipfs-repo').IPFSRepo} config.repo
 * @param {import('../../types').Preload} config.preload
 */
export function createNew({ repo, preload }: {
    repo: import('ipfs-repo').IPFSRepo;
    preload: import('../../types').Preload;
}): (options?: import("ipfs-core-types/src/object").NewObjectOptions | undefined) => Promise<CID<unknown, number, number, import("multiformats/cid").Version>>;
//# sourceMappingURL=new.d.ts.map