import type { FC, PropsWithChildren } from "react";
export declare const ChainOfThoughtByIndicesProvider: FC<PropsWithChildren<{
    startIndex: number;
    endIndex: number;
}>>;
//# sourceMappingURL=ChainOfThoughtByIndicesProvider.d.ts.map