export interface AssetMeta { type?: string; etag?: string; mtime?: string; } export function readAsset(id: string): Promise; export function statAsset(id: string): Promise; export function getKeys(): Promise;