/**
 * CIK number by symbol from SEC website
 */
declare const cikBySymbol: Record<string, number>;
export default cikBySymbol;
