declare module 'virtual:popmelt/bridge' { /** Null outside development or when automatic bridge startup is disabled. */ export const bridgeUrl: string | null; export const projectId: string | null; }