export interface IEnvironment {
    performance: any;
}
export declare const env: IEnvironment;
