export declare const RELEASE_MODEL_UID = "plugin::content-releases.release";
export declare const RELEASE_ACTION_MODEL_UID = "plugin::content-releases.release-action";
export declare const ACTIONS: ({
    section: string;
    displayName: string;
    uid: string;
    pluginName: string;
    category?: undefined;
    subCategory?: undefined;
} | {
    uid: string;
    section: string;
    displayName: string;
    category: string;
    subCategory: string;
    pluginName: string;
})[];
export declare const ALLOWED_WEBHOOK_EVENTS: {
    RELEASES_PUBLISH: string;
};
//# sourceMappingURL=constants.d.ts.map