declare module 'virtual:$histoire-commands' { import type { ClientCommand } from '@histoire/shared' export const registeredCommands: ClientCommand[] } declare module 'virtual:*';