export declare const createObjectStorageKeysSchema: import("yup").ObjectSchema<{
    label: string;
    regions: import("yup").Maybe<(string | undefined)[] | undefined>;
}, import("yup").AnyObject, {
    label: undefined;
    regions: "";
}, "">;
export declare const updateObjectStorageKeysSchema: import("yup").ObjectSchema<{
    label: import("yup").Maybe<string | undefined>;
    regions: import("yup").Maybe<(string | undefined)[] | undefined>;
}, import("yup").AnyObject, {
    label: undefined;
    regions: "";
}, "">;
//# sourceMappingURL=objectStorageKeys.schema.d.ts.map