declare type VariantConfig = { viewers: any; } | null; export interface IVariant { } export declare type Float = number; export declare type Int = number; export declare type ID = string; export declare type IDInt = number; export { QueryMetadataMap } from './pipeline/frontend/queries/frontendQueries';