export declare const payloadRebuild: (payload: any) => {
    function: any;
    functionArguments: any;
    typeArguments: any;
};
