export interface UseQuoteOptions { enabled?: boolean; } export declare function useQuote(id: string | undefined, options?: UseQuoteOptions): import("@tanstack/react-query").UseQueryResult, Error>;