import { PlaceholderArguments } from "../models/ScriptArguments.js"; import { CustomScript } from "./CustomScript.js"; export declare class PlaceholderScript extends CustomScript { /** * Retrieve the arguments passed to the script * @returns */ static getArguments(): PlaceholderArguments | undefined; }