/// /// /// export declare const clientUtils: { getInvokeMethodInvocationScript: ({ method, params, }: { readonly method: string; readonly params: ReadonlyArray; }) => Buffer; getInvokeMethodScript: ({ address, method, params, }: { readonly address: string; readonly method: string; readonly params: ReadonlyArray; }) => Buffer; };