/** * Flags a SDNClient function as needing end-to-end encryption enabled. * @category Encryption */ export declare function requiresCrypto(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;