import type { PublishArgs } from '../types/index'; declare function publish(args: PublishArgs): Promise; export { publish };