import { OptionsJSON } from '../utils/common'; declare const publish: (options: OptionsJSON) => Promise; export default publish;