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