export declare class SkipServiceAgreementFlowDto {
    skipServiceAgreement: boolean;
}
