export { TrailArgs } from "./trail";
export type Trail = import("./trail").Trail;
export declare const Trail: typeof import("./trail").Trail;
