import { CompletionSurvey } from './completion-survey'; export declare class SaveCompletionSurvey extends CompletionSurvey { isSubmit: boolean; constructor(data: unknown); }