/** * ticker in upper case characters. * * @minimum 1 * @maximum 10 * @TJS-type string */ export declare type ITicker = string; export declare const isITicker: (d: any) => d is string;