import { CipherReference } from "./encryption-cypherreference";
export declare class CipherData {
    CipherReference: CipherReference;
}
