/** * A very fast plist parser */ export declare function parse(content: string): any;