export declare enum GithubServiceFileName { ENV = "ENV", PATH = "PATH", STATE = "STATE", OUTPUT = "OUTPUT", EVENT_PATH = "EVENT_PATH" } export declare function getFileCommandNames(): GithubServiceFileName[]; //# sourceMappingURL=GithubServiceFileName.d.ts.map