import { FNSArgs } from '..'; export default function ({ contracts, signer }: FNSArgs<'contracts' | 'signer'>, name: string, { newController, newRegistrant, }: { newController: string; newRegistrant?: string; }): Promise;