/**
 * Enum representing the available transition types on Roland V-8HD
 */
export declare enum TransitionType {
    /** Mix transition - crossfade between sources */
    MIX = 0,
    /** Wipe transition - one source replaces another with a moving boundary */
    WIPE = 1
}
//# sourceMappingURL=TransitionType.d.ts.map