export declare namespace Events {
    namespace Log {
        const DEBUG_LOG = "courierDebugEvent";
    }
    namespace Push {
        const CLICKED = "pushNotificationClicked";
        const DELIVERED = "pushNotificationDelivered";
    }
}
export declare class CourierUtils {
    static generateUUID(): string;
    static getPackageVersion(): string;
}
//# sourceMappingURL=utils.d.ts.map