import { AbstractStore } from "../utils/AbstractStore"; import { GithubServiceEnvInterface } from "../types/GithubServiceEnvInterface"; export declare class GithubServiceEnvStore extends AbstractStore { static readonly CI_DEFAULT = "true"; static readonly GITHUB_ACTIONS_DEFAULT = "true"; static readonly RUNNER_NAME_DEFAULT = "test-runner"; fakeMinimalRunnerEnv(): this; } //# sourceMappingURL=GithubServiceEnvStore.d.ts.map