function getContractPublisher( client: ThirdwebClient,): Readonly<ContractOptions<[]>>;
let client: { readonly clientId: string; readonly secretKey: string | undefined;} & Readonly<ClientOptions>;
let returnType: Readonly<ContractOptions<[]>>;