export type MessageType = {
    type: "__FRONTEND_NAV_CACHE__";
    url: URL | string;
} | {
    type: "__START_URL_CACHE__";
    url: URL | string;
};
//# sourceMappingURL=sw-entry-worker.d.ts.map