/** * `@punica/editor-shell-classic` public type surface. * * The classic IDE shell registers itself onto the substrate through the * `registerShell()` seam. A host calls `registerClassicShell()` after * `initialize()` and before `bootstrap()`. */ export function registerClassicShell(): void;