export type SgdResult = {
    error?: string;
    'output-dir': string;
};
