export declare const addIndexExport: (filePath: string) => void;
export declare const writeIndexFile: (indexPath: string) => Promise<void>;
