/** * Returns the default sender to be used as `from` in futures, transactions * and static calls. * * @param accounts The accounts provided by the integrator of ignition. * @returns The default sender. */ export declare function getDefaultSender(accounts: string[]): string; //# sourceMappingURL=get-default-sender.d.ts.map