import { type FileSystemNode } from '@hamak/shared-utils'; import type { StoreFsNodeRef } from '../../api/index.js'; /** * The resolver input for a store-fs node, or `undefined` when the node is not * a file. The content type comes from the file name's suffix. */ export declare function storeFsNodeRef(path: string | readonly string[], node: FileSystemNode | undefined): StoreFsNodeRef | undefined; //# sourceMappingURL=store-fs-node-ref.d.ts.map