/** * The framework mount shim normally rewrites `event.path` to the mount-relative * remainder ("/restore"), but it falls back to the unstripped request path when * `event.url` is read-only on the host runtime. Accept both so a restore POST * never silently 405s. */ export declare function isCheckpointRestorePath(path: string | undefined): boolean; //# sourceMappingURL=route-match.d.ts.map