import AbstractStrategy from "./AbstractStrategy"; export declare const strategies: AbstractStrategy[]; export * from "./AbstractStrategy" export * from "./LightqueryCollectionStrategy" export * from "./SingleElementStrategy" export * from "./IterableStrategy" export * from "./CssSelectorStrategy"