import { ContentKey } from "./lcp-contentkey"; import { UserKey } from "./lcp-userkey"; export declare class Encryption { Profile: string; ContentKey: ContentKey; UserKey: UserKey; }