/** * Core script: resource-list * * List resources stored in the SQL resource store. * * Usage: * pnpm action resource-list [--prefix ] [--scope personal|shared|workspace|all] [--format json|text] [--include-agent-scratch true] */ export default function resourceListScript(args: string[]): Promise; //# sourceMappingURL=list.d.ts.map