import type { Environment } from '../../src/types.js'; const env: Environment = { THANKS: 'FOR ALL THE FISH', ANSWER: 1, }; export default env;