import * as cog from '../cog'; import * as dashboard from '../dashboard'; export declare class ActionVariableBuilder implements cog.Builder { protected readonly internal: dashboard.ActionVariable; constructor(); /** * Builds the object. */ build(): dashboard.ActionVariable; key(key: string): this; name(name: string): this; }