/** * Add the default assets to the repo. * * @param {object} arg * @param {import('ipfs-core-types/src/root').API<{}>["addAll"]} arg.addAll * @param {(msg: string) => void} arg.print */ export function initAssets({ addAll, print }: { addAll: import('ipfs-core-types/src/root').API<{}>["addAll"]; print: (msg: string) => void; }): Promise; //# sourceMappingURL=init-assets.d.ts.map