/**
 * @public
 * Joins two strings `start` and `end` with a `separator`.
 *
 * @returns The joined path.
 *
 * @remarks
 * See {@link pathJoin}.
 */
export declare function pathJoin(start: string, end: string, separator?: string): string;
//# sourceMappingURL=path-join.d.ts.map