/** * Core script: resource-read * * Read a resource and output its content to stdout. * * Usage: * pnpm action resource-read --path [--scope personal|shared|workspace] */ export default function resourceReadScript(args: string[]): Promise; //# sourceMappingURL=read.d.ts.map