import { GCStorageOptions } from './gcs-storage';
export declare const fromEnv: (prefix?: string) => Partial<GCStorageOptions>;
