/**
 * Append build metadata to version.
 */
export declare function applyBuildMetadata(version: string, buildMetadata: string): string;
