import type { string_url } from '../../types/typeAliases'; /** * Adds suffix to the URL * * @public exported from `@promptbook/utils` */ export declare function suffixUrl(value: URL, suffix: `/${string}`): string_url;