import { Application } from '../application/Application'; export declare const processApplication: (application: Application) => void;