import type { PlistValue } from './parse.js'; /** * Parses an OpenStep/ASCII plist string into a PlistValue. */ export declare function parseOpenStep(input: string): PlistValue; //# sourceMappingURL=parse-openstep.d.ts.map