import { ICryptUtils } from './ICryptUtils';
export interface ICryptUtilsStringArray extends ICryptUtils {
}
