/** Try to parse an error type from stderr. */ export declare const parseError: (stderr: string) => import("./errors").GitError | null;