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