import { UpdateQuoteParams } from '../../services/types'; export declare const useUpdateParams: () => UpdateQuoteParams | undefined;