exportdeclareconst defaultEntryPoint = "src/index.ts";
/**
* Reads the main entry point from the wrangler config file
* Returns undefined if no config exists or if main field is not specified
*/exportdeclarefunctiongetEntryPointFromWranglerConfig(): string | undefined;