/** * Constants used for push notifications. */ export declare const constants: { /** * The URL for sending push notifications. */ sendUrl: string; /** * The URL for retrieving push notification statistics. */ statsUrl: string; };