import { APIResource } from 'cloudflare/resource';
import * as R2API from 'cloudflare/resources/event-notifications/r2/r2';
export declare class EventNotifications extends APIResource {
    r2: R2API.R2;
}
export declare namespace EventNotifications {
    export import R2 = R2API.R2;
}
//# sourceMappingURL=event-notifications.d.ts.map