import { Vertical } from '@bolttech/essentials';
import { Quote } from '../interface/quote.interface';
export declare const filterQuoteFieldsByVertical: (quote: Quote, vertical: Vertical) => Partial<Quote>;
