import { GithubServiceFileName } from "./GithubServiceFileName"; export declare class FakeFile { readonly name: GithubServiceFileName; readonly filePath: string; static getFilePathEnvVariable(name: GithubServiceFileName): string; static createInDir(name: GithubServiceFileName, dirPath: string, fileName?: string): FakeFile; static create(name: GithubServiceFileName, tempDirPath: string | undefined): FakeFile; protected constructor(name: GithubServiceFileName, filePath: string); get filePathEnvVariable(): string; delete(): void; } //# sourceMappingURL=FakeFile.d.ts.map