/** * Parses the creatives from the Creatives Node. * @param {any} creativeNodes - The creative nodes to parse. * @return {Array} - An array of Creative objects. */ export function parseCreatives(creativeNodes: any): Array; //# sourceMappingURL=creatives_parser.d.ts.map