interface IOpts { targets: Record; } export declare function getBrowsersList({ targets }: IOpts): string[]; export {};