export declare function isVariablesEnabled(): boolean;
export declare function canCreateNewVariable(variableCount: number): boolean;
export declare function getVariablesLimit(): number;
