export declare class ApiResponse { ErrorMessage: string | null; Data: any; }