import { PostProcessDescription } from '../../types';
import App from '../../entities/App';
/**
 * Look for known addresses and roles in a radspec description and substitute them with a human string
 *
 * @param  {string} description
 * @return {Promise<Object>} Description and annotated description
 */
export declare function postprocessRadspecDescription(description: string, installedApps: App[]): Promise<PostProcessDescription>;
//# sourceMappingURL=postprocess.d.ts.map