import { Actions } from './actions';
import { Environment } from './environment';
export declare const post: (action: keyof typeof Actions, body: any, env: keyof typeof Environment, token?: string) => Promise<any>;
