export = GithubClientNotInstalledError; declare const GithubClientNotInstalledError_base: typeof import("../../../errors/scafflater-error"); declare class GithubClientNotInstalledError extends GithubClientNotInstalledError_base { constructor(); }