/** * Parse a prmtop file from str and create atoms * * @param {string} * str * @param {ParserOptionsSpec} * options - noSecondaryStructure (do not compute ss) * @category Parsers */ export declare function PRMTOP(str: string): any[][];