import { StatusCodes } from "http-status-codes"; export declare type ReplyData = { statusCode: StatusCodes; data?: T; error?: any; meta?: any; };