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