/** * Parses a JSON object and extracts the StoryFormat, StoryTitle and StoryVersion. * @param {object} obj Incoming JSON object. * @returns {object} An object containing the extracted results. */ export function parser(obj: object): object;