import { IError } from "../utils/ierror"; export declare class RetAdminId implements IError { Error: boolean; ErrorMessage: string; AdminId: string; }