/** * Gets the first file in a directory: * * Either readme or index, or the first file it finds. * * Returns filename including extension */ export declare const getFirstFile: (fullPath: string) => Promise; //# sourceMappingURL=getFirstFile.d.ts.map