import { LedgerErrorConstructor } from "@ledgerhq/errors/lib/helpers";
export declare const InvalidAddressBecauseAlreadyDelegated: LedgerErrorConstructor<{
    [key: string]: unknown;
}>;
export declare const UnsupportedTransactionMode: LedgerErrorConstructor<{
    mode: string;
}>;
//# sourceMappingURL=errors.d.ts.map