export declare const inquireQuote: (args?: any) => void; export default inquireQuote; export declare const inquireQuoteAsync: (args?: any) => Promise;