import { RPCBase } from "../rpcBase"; export declare function GB35114Encrypt(this: RPCBase): { getCurrentVKEKInfo: (Channel?: unknown) => Promise; getPastVKEKInfo: (StartTime: unknown, StopTime: unknown) => Promise; attachVKEKUpdate: () => Promise; detachVKEKUpdate: (SID: unknown) => Promise>; }; //# sourceMappingURL=GB35114Encrypt.d.ts.map