import { Edge } from "../graph"; import { DaGraph } from '../types'; export declare function longestPath(g: DaGraph): void; export declare function slack(g: DaGraph, e: Edge): number;