export declare const MsgTransferOutSDKTypeEIP712: {
    Msg1: {
        name: string;
        type: string;
    }[];
    TypeMsg1Amount: {
        name: string;
        type: string;
    }[];
};
