declare const privacy: () => Promise; declare const changelog: (app?: string) => Promise; declare const docs_changelog: typeof changelog; declare const docs_privacy: typeof privacy; declare namespace docs { export { docs_changelog as changelog, docs_privacy as privacy }; } export { docs as d };