import { Dimension, Position } from './common';
export declare class Constants {
    static OMP_HANDSHAKE_BROADCAST_CHANNEL_ID: string;
    static POSITION_TOP_LEFT: Position;
    static DIMENSION_ZERO: Dimension;
    static GOLDEN_RATIO: number;
    static TWO_PI_RADIANS: number;
    static FILL_LINEAR_GRADIENT_AUDIO_PEAK: (string | number)[];
}
