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