import type { ScriptDTO } from '../models/ScriptDTO'; import type { CancelablePromise } from '../core/CancelablePromise'; export declare class ScriptLibraryService { /** * Get a list of public scripts * @returns ScriptDTO List of public scripts * @throws ApiError */ static getScripts(): CancelablePromise>; }