export declare const environment: {
    [key: string]: string;
};
export declare const isProcessAvailable: boolean;
