import { Signer } from 'ethers'; import { InitialOwner } from './options'; export declare function getInitialOwner(opts: InitialOwner, signer?: Signer): Promise; //# sourceMappingURL=initial-owner.d.ts.map