import type { Strategy } from './strategy.js';
export { Strategy } from './strategy.js';
export type { StrategyTransportInterface } from './strategy.js';
export declare const defaultStrategies: Array<Strategy>;
//# sourceMappingURL=index.d.ts.map