/** * Auto-initialization module * Import this to automatically connect to the extension with default settings * * @example * ```typescript * // In your main entry file (e.g., index.ts or main.ts) * import '@graphql-stream-viewer/helper/auto'; * ``` */ export {}; //# sourceMappingURL=auto.d.ts.map