import type { BundlerFrontendAppBundlerConfig, BundlerFrontendAppBundlerConfigOptions, BundlerFrontendRuntimeSession, BundlerFrontendRuntimeSessionOptions } from "../../../src/types.d.ts"; declare function createFrontendBundlerRuntimeSession(input: BundlerFrontendAppBundlerConfig | BundlerFrontendAppBundlerConfigOptions, options?: BundlerFrontendRuntimeSessionOptions): Promise; export { createFrontendBundlerRuntimeSession, }; //# sourceMappingURL=session.d.ts.map