import type { IArgs, IFlags } from '../../types';
export default function Script(name: string, args?: IArgs, flags?: IFlags): (target: any, propertyKey: string | symbol) => void;
//# sourceMappingURL=script.d.ts.map
