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