/** * ## bud.relPath */ export interface relPath { (...segments: Array): string; } export declare const relPath: relPath;