declare const environment: { supportWebp: boolean; }; declare function check(): void; export default environment; export { check };