export default hamtShardedDirectoryContent;
export type Blockstore = import('interface-blockstore').Blockstore;
export type ExporterOptions = import('../../../types').ExporterOptions;
export type Resolve = import('../../../types').Resolve;
export type UnixfsV1DirectoryContent = import('../../../types').UnixfsV1DirectoryContent;
export type UnixfsV1Resolver = import('../../../types').UnixfsV1Resolver;
export type PBNode = import('@ipld/dag-pb').PBNode;
/**
 * @typedef {import('interface-blockstore').Blockstore} Blockstore
 * @typedef {import('../../../types').ExporterOptions} ExporterOptions
 * @typedef {import('../../../types').Resolve} Resolve
 * @typedef {import('../../../types').UnixfsV1DirectoryContent} UnixfsV1DirectoryContent
 * @typedef {import('../../../types').UnixfsV1Resolver} UnixfsV1Resolver
 * @typedef {import('@ipld/dag-pb').PBNode} PBNode
 */
/**
 * @type {UnixfsV1Resolver}
 */
declare const hamtShardedDirectoryContent: UnixfsV1Resolver;
//# sourceMappingURL=hamt-sharded-directory.d.ts.map