export declare const STAKING_ACTION_TO_OP_TYPE: {
    readonly stake: "STAKE";
    readonly unstake: "UNSTAKE";
    readonly finalize: "FINALIZE_UNSTAKE";
};
export declare const TEZOS_DUMMY_ADDRESS = "tz1VJitLYB31fEC82efFkLRU4AQUH9QgH3q6";
//# sourceMappingURL=constants.d.ts.map