import type { Key } from "./common";
export interface KMSEncryptPolicy {
    KMSEncryptPolicy: Key;
}
