import type { SitesLocalDevOptions } from '@lwrjs/types'; /** * MIN_SUPPORTED_VERSION * The minimum LWR Version this package can support. Anytime we believe we are checking in a breaking change (i.e. metadata, loader apis, ssr, etc), * we need to bump the MIN_SUPPORTED_VERSION to be equal to the current LWR version. Also, if we discover a CLWR breaking change upon updating * our integration tests (i.e. CLWR have changed the build output, metadata, etc), we should also bump the MIN_SUPPORTED_VERSION. */ export declare const MIN_SUPPORTED_VERSION = "0.13.0"; export declare function injectLocalDevHacks(filePath: string): void; /** * Generic api for automated setup of an MRT bundle. * * @param options */ export declare function setupDev(options: SitesLocalDevOptions): Promise; //# sourceMappingURL=setup-dev.d.ts.map