import { QuoteDouble, QuoteValue } from "../types"; export declare function createQuoteDouble(quoteValue: QuoteValue): QuoteDouble;