import { Amount } from '../const'; import { State } from '../store'; /** * @title: 初始化 tyro 数据 * @Author: hongbing.wang * @Date: 2024-08-20 13:50 */ declare const _default: (params: any) => State; export default _default; /** * @title: tyro 金额信息 * @description: 在 amount 页面设置则使用 pay ,如果有 setting 则使用 setting 信息 ,都没有则设置0 * @param {State} store : 全局store数据管理 * @Author: hongbing.wang * @Date: 2024-08-12 10:24 */ export declare function getAmonunt(store: State): Amount;