/** * * Specifies a behaviour for the sharing of encryption keys or owning entity ids in the extended apis 'share' methods. */ export declare enum ShareMetadataBehaviour { Required = "Required", IfAvailable = "IfAvailable", Never = "Never" }