import { Stock } from './Stock';
export declare const getStock: (ticker?: string) => Promise<Stock | never>;
