import { DirectoryLoader } from "./directory.js"; export declare class NotionLoader extends DirectoryLoader { constructor(directoryPath: string); }