interface IOpts {
    targets: Record<string, any>;
}
export declare function getBrowsersList({ targets }: IOpts): any;
export {};
