import { Base, Type } from "./type";
import { StockPricePoint } from "./StockPricePoint";
import { Dictionary$2 } from "./Dictionary$2";
import { Random } from "./Random";
/**
 * @hidden
 */
export declare class StockDataLookup extends Base {
    static $t: Type;
    static b: Dictionary$2<string, StockPricePoint>;
    private static d;
    static get(a: string): StockPricePoint;
    static c: Random;
    static staticInit(): void;
}
