import { PluginSystemContext } from "@prismicio/plugin-kit"; import { PluginOptions } from "../types.js"; type UpsertSliceLibraryIndexFileArgs = { libraryID: string; } & PluginSystemContext; export declare const upsertSliceLibraryIndexFile: (args: UpsertSliceLibraryIndexFileArgs) => Promise; export {};