export interface SignerEntry {
    SignerEntry: {
        Account: string;
        SignerWeight: number;
    };
}
//# sourceMappingURL=signers.d.ts.map