import { TObfuscatingGuard } from '../../../../types/node/TObfuscatingGuard';
export interface IObfuscatingGuard {
    check: TObfuscatingGuard;
}
