import type { StorageAdapter } from '../types'; import type { StorageDriver } from '@stacksjs/types'; export declare function getBunStorage(): Promise; export declare const bun: StorageDriver;