import { ApplicationConfig } from './server'; export * from './server'; export declare function main(options?: ApplicationConfig): Promise;