export declare class HubspotSubmitDto {
    quoteId: string;
    comment?: string;
}
