import type { CelestialDoc } from "../types.ts";
export declare function loadDocs(docPath: string): Promise<CelestialDoc[]>;
export declare function getDocs(): Promise<CelestialDoc[]>;
//# sourceMappingURL=getDocs.d.ts.map