/** * [Sectors](https://iexcloud.io/docs/api/#sectors) * Returns an array of sectors. */ export declare const sectors: () => Promise; interface Sector { readonly name: string; } export {};