/// <reference types="node" />
export declare function parseBinaryPlistAsync(plistPath: string): Promise<any>;
export declare function parsePlistBuffer(contents: Buffer): any;
