import { DatasetTest } from "@ledgerhq/types-live";
import { Transaction } from "../types";
export declare const mockCantonAddresses: {
    sender: string;
    recipient1: string;
    recipient2: string;
    invalid: string;
};
export declare const mockPublicKeys: {
    sender: string;
    recipient1: string;
};
declare const canton: DatasetTest<Transaction>;
export { canton as dataset };
//# sourceMappingURL=bridgeDatasetTest.d.ts.map