import type { AppSpec, TransactionDestinationTestInput } from "@ledgerhq/coin-framework/bot/types"; import { Transaction } from "./types"; export declare const testDestination: ({ destination, destinationBeforeTransaction, sendingOperation, }: TransactionDestinationTestInput) => void; declare const _default: { tonSpecs: AppSpec; }; export default _default; //# sourceMappingURL=specs.d.ts.map