import { CommonAction } from "@iflyrpa/share"; import { ActiomCommonParams } from "../../types"; export type ShipinhaoLoginParams = ActiomCommonParams; export type SteelAction = CommonAction>; export declare const shipinhaoLogin: SteelAction;