declare const api: { start: (props: any) => void; end: () => void; }; export default api;