import { PluginSystemHelpers } from "../createPluginSystemHelpers.js"; export type BuildSliceLibraryDirectoryPathArgs = { libraryID: string; absolute?: boolean; helpers: PluginSystemHelpers; }; export declare const buildSliceLibraryDirectoryPath: (args: BuildSliceLibraryDirectoryPathArgs) => string;