/** * Converts Poundal (pdl) to Ounce Force (ozf) * @param {number} poundal * @returns {number} */ export default function (poundal: number): number;