export declare const HOOKS: {
    /**
     * Hook that allows to mutate the displayed headers of the list view table
     * @constant
     * @type {string}
     */
    INJECT_COLUMN_IN_TABLE: string;
    /**
     * Hook that allows to mutate the CM's collection types links pre-set filters
     * @constant
     * @type {string}
     */
    MUTATE_COLLECTION_TYPES_LINKS: string;
    /**
     * Hook that allows to mutate the CM's edit view layout
     * @constant
     * @type {string}
     */
    MUTATE_EDIT_VIEW_LAYOUT: string;
    /**
     * Hook that allows to mutate the CM's single types links pre-set filters
     * @constant
     * @type {string}
     */
    MUTATE_SINGLE_TYPES_LINKS: string;
};
