import type { Context } from '@semantic-api/api'; declare const ping: (_props: null, { token }: Context) => Promise; export default ping;