export declare class CreateOpHubFcmTokenDto {
    fcm_token: any;
    hospital_id: any;
    staff_id: any;
}
