/** * Staking smart contract method names selected to use on the builders. * You can see all methods here * @see https://github.com/near/core-contracts/blob/master/staking-pool/README.md */ export declare const StakingContractMethodNames: { readonly DepositAndStake: "deposit_and_stake"; readonly Unstake: "unstake"; readonly Withdraw: "withdraw"; readonly WithdrawAll: "withdraw_all"; }; export declare const FT_TRANSFER = "ft_transfer"; export declare const STORAGE_DEPOSIT = "storage_deposit"; export declare const FUNGIBLE_TOKEN_RELATED_METHODS: string[]; export declare const HEX_REGEX: RegExp; export declare const MAX_GAS_LIMIT_FOR_FT_TRANSFER = "30000000000000"; //# sourceMappingURL=constants.d.ts.map