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