import type { Pinia } from 'pinia'; import type { App } from 'vue'; export type SocketManagerInstallOptions = { pinia?: Pinia; baseURL: string; }; export declare function installSocketManager(app: App, options: SocketManagerInstallOptions): void; //# sourceMappingURL=install.d.ts.map