/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. *//// <reference path="../v8.d.ts" />/// <reference types="node" />declaretypePath=string;exportdeclarefunctiondeserialize(buffer:Buffer):any;exportdeclarefunctionserialize(content:unknown):Buffer;exportdeclarefunctionreadFileSync(filePath:Path):any;exportdeclarefunctionwriteFileSync(filePath:Path,content:any):void;declareconst_default:{deserialize:typeofdeserialize;readFileSync:typeofreadFileSync;serialize:typeofserialize;writeFileSync:typeofwriteFileSync;};exportdefault_default;//# sourceMappingURL=index.d.ts.map