import { DoDevopsHandler } from "../../../@types/command"; import { IAutoindexOptions } from "./options"; /** * Finds all `index.ts` and `index.js` files and looks for the `#autoindex` * signature. If found then it _rebuilds_ thes file based on files in * the file's current directory */ export declare const handler: DoDevopsHandler; //# sourceMappingURL=autoindex.d.ts.map