import type { AnyScriptLibrary } from './types.js'; /** * @category Interface */ export declare const LibraryAccessorI: import("@sociably/core/service").SingularServiceInterface; export type LibraryAccessorI = { getScript: (name: string) => null | AnyScriptLibrary; };