/**
 * Storage instance options
 */
export interface StorageOptions {
    bucket?: string;
    region?: string;
    level?: string;
    credentials?: object;
}
