import type { TransactionStatus } from "@ledgerhq/live-common/generated/types";
export declare function getStatusError(errors: TransactionStatus["errors"] | undefined, key: string): Error | undefined;
export declare function pickBlockingError(errors: TransactionStatus["errors"] | undefined): Error | undefined;
//# sourceMappingURL=errors.d.ts.map