export declare const gqlSendPushNotification = "\nmutation sendPushNotification($input: PushNotificationInput!) {\n sendPushNotification(input: $input) {\n successful\n pushedToNumberOfDevices\n }\n}\n";