import "./_runtime_warn.mjs"; import { type Storage } from "unstorage"; import type { AssetMeta } from "nitro/types"; export declare const assets: Storage; export declare function readAsset(_id: string): Promise; export declare function statAsset(_id: string): Promise; export declare function getKeys(): Promise;