import { Package } from '~data/interfaces'; declare const publishExecution: (configPackage: Package) => Promise; export { publishExecution, };