import { Voter } from './voter';
export declare type Strategy = (voters: Voter[], attribute: string, subject?: any, user?: any, context?: any) => Promise<boolean>;
