/**
 * Read the package.json file
 * @author Gabe Abrams
 * @param filename
 * @returns package json contents
 */
declare const getPackageJSON: (filename: string) => any;
export default getPackageJSON;
