import { AppShape, App } from './types.js'; declare function createApplication(initialShape?: any, context?: object): App; export { createApplication };