import { VoiceFunction } from '../../../../_types/sharedTypes'; export declare class Checkboxes { getFunctions(): VoiceFunction[]; private handleCheckbox; }