import type { SgResult } from "./types";
export declare function createSgResultFromStdout(stdout: string): SgResult;
