export declare const stock: (ticker?: string) => Promise<import("./Stock").Stock | never>;
export default stock;
