export type WranglerConfig = {
    main?: string;
};
