import type { AppBuilders } from '@gdi/platformer'; export declare const initApp: (builders: AppBuilders, connectionType: ConnectionType) => void;