export declare let withLeadingSlash: (path: string) => string;
export declare let join: (beginning: string, end: string) => string;
