3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
import type { SgResult } from "./types";
|
|
export declare function createSgResultFromStdout(stdout: string): SgResult;
|