import type { string_dirname } from '../../types/typeAliases';
/**
 * @@@
 */
export type FileCacheStorageOptions = {
    /**
     * @@@
     */
    rootFolderPath: string_dirname;
};
