import { Edge, Intersection, ProgressIntersection } from "../types"; export declare function resolveOffset(offset: Edge | Intersection | ProgressIntersection, containerLength: number, targetLength: number, targetInset: number): number; //# sourceMappingURL=offset.d.ts.map