import { Dimension, Position } from './common';
export declare class Constants {
    static ompHandshakeBroadcastChannelId: string;
    static positionTopLeft: Position;
    static dimensionZero: Dimension;
    static goldenRatio: number;
    static twoPiRadians: number;
    static fillLinearGradientAudioPeak: (string | number)[];
}
