import { IExportableSymbols } from "../index"; import { IDictionary } from "common-types"; /** * Given a set of files and directories that are exportable, this function will * boil this down to just the string needed for the autoindex block. */ export declare function defaultExports(exportable: IExportableSymbols, opts?: IDictionary): string; //# sourceMappingURL=defaultExports.d.ts.map