export interface RelativeCaptionSettings {
    /**
     * Enable/Disable relative captions
     */
    relativeCaption: boolean;
}
export declare const relativeCaptionSettings: RelativeCaptionSettings;
