import Stock, { StockSource } from "../../types/utils/stock"; export declare function normalizeStock(stock: Stock, source: StockSource): Stock;