import type { Environment, Options } from './types.js'; export declare function createApp(environment: Environment, options: Options): Promise;