// Export something so TypeScript doesn't see this file as an ambient module.
export {};
declare global {
const $dev: boolean;
}