import { ApplyEncryptedFieldsI } from '../interfaces/applyEncryptedFields.interface';
declare const applyEncryptedFields: (props: ApplyEncryptedFieldsI) => void;
export default applyEncryptedFields;
