export declare const 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
 */
export declare function getEntryPointFromWranglerConfig(): string | undefined;
