export declare class Packager { static zipDirectory(dirPath: string, gameName: string): Promise<{ zipPath: string; zipBuffer: Buffer; }>; private static readFileAsBuffer; } //# sourceMappingURL=packager.d.ts.map