export declare const environment: {
    production: boolean;
    serve: boolean;
};
