export declare function setBrushSizeForToolGroup(toolGroupId: string, brushSize: number, toolName?: string): void; export declare function getBrushSizeForToolGroup(toolGroupId: string, toolName?: string): number;