import { PackageJson } from 'types-package-json'; export * from './cli.js'; /** * Get package.json Object */ export declare function getPackage(rootPath?: string): PackageJson; export declare function onebanner(option?: PackageJson, rootPath?: string): string; export declare function multibanner(option?: PackageJson, rootPath?: string): string;