export interface GoogleCloudStoragePatchConfig {
bucket?: string;
credentials?: string;
}
export declare const GoogleCloudStoragePatchConfigSerializer: {
_fromJsonObject(object: any): GoogleCloudStoragePatchConfig;
_toJsonObject(self: GoogleCloudStoragePatchConfig): any;
};