import { Strategy } from '../strategy';
declare const affirmative: Strategy;
export default affirmative;
