declare const view: (args: string[]) => Promise; declare const publish: () => Promise; export { view, publish };