/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */ /** * Shared notebook utility, checks whether a file path targets a Jupyter notebook. * Case-insensitive to handle `.IPYNB`, `.Ipynb`, etc. */ export declare function isNotebookFile(filePath: string): boolean; //# sourceMappingURL=notebook.d.ts.map