import { Marshaler } from '../marshaler'; import { EventSchema } from '../../schemas'; export declare const marshaler: Marshaler; /** * 将弃用,请使用 marshaler */ export declare const api: Marshaler;