import { BackendServeOptions } from '../bundler/types'; export declare function startBackendExperimental(options: BackendServeOptions): Promise<() => Promise>;