import { Strategy } from './strategy';
export default class DefaultStrategy extends Strategy {
    constructor();
    isEnabled(): boolean;
}
