import { RetrievalMethod } from "./encryption-retrievalmethod";
export declare class KeyInfo {
    RetrievalMethod: RetrievalMethod;
}
