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