import type { ContractBase } from '../ContractBase'; export declare namespace FnSignedWrapper { function create($base: T): any; }