export declare const MsgEditValidatorSDKTypeEIP712: {
    Msg1: {
        name: string;
        type: string;
    }[];
    TypeMsg1Description: {
        name: string;
        type: string;
    }[];
};
