import type { ValueOf } from '../utils/ValueOf.js';
/**
 * WebVTT result types.
 *
 * @group WebVTT
 *
 * @beta
 *
 * @enum
 */
export declare const WebVttResultType: {
    readonly CUE: "cue";
    readonly REGION: "region";
    readonly TIMESTAMP_MAP: "timestampmap";
    readonly STYLE: "style";
    readonly ERROR: "error";
};
/**
 * @beta
 */
export type WebVttResultType = ValueOf<typeof WebVttResultType>;
//# sourceMappingURL=WebVttResultType.d.ts.map