export declare class SignedValueDto {
    nature: string;
    plainData: string;
    signedData: string;
}
