import { Error } from '../../types'; export interface StatusReturn { message: string; } declare const status: () => Promise; export default status;