import { CAC } from '@condorhero/vuepress-plugin-export-pdf-core'; /** * press-export-pdf cli */ declare function registerCommands(program: CAC): void; export { registerCommands };