import type { CmsContext } from "../types.js";
export declare const createCreateIndexTask: (context: CmsContext) => void;
