export interface ReflectInboundIndexResult { lanesRan: boolean; arcsRan: boolean; ftsRan: boolean; } export declare function reflectInboundIndex(vaultName: string, vaultPath: string): Promise; //# sourceMappingURL=reflect-index.d.ts.map