/**
 * Master list of types available in web and iOS
 *
 * A type of object that the action is triggered on
 * @packageDocumentation
 */
export declare type EntityModuleType = "thumbnail" | "header" | "stub" | "viewAll";
