import { Account, AccountRaw } from "@ledgerhq/types-live"; import type { CardanoResources, CardanoResourcesRaw } from "./types"; export declare function toCardanoResourceRaw(r: CardanoResources): CardanoResourcesRaw; export declare function fromCardanoResourceRaw(r: CardanoResourcesRaw): CardanoResources; export declare function assignToAccountRaw(account: Account, accountRaw: AccountRaw): void; export declare function assignFromAccountRaw(accountRaw: AccountRaw, account: Account): void; //# sourceMappingURL=serialization.d.ts.map