/**
 * Null frame doesn't change the state of the LEDs. It just waits.
 * @category Animation
 */
export declare class WaitFrame {
    readonly duration: number;
    constructor(duration: number);
}
//# sourceMappingURL=wait-frame.d.ts.map