/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ export declare const API_VERSION: string; /** Builds the Salesforce data API path for the given version (defaults to {@link API_VERSION}). */ export declare function buildPathData(version?: string): string; //# sourceMappingURL=url-utils.d.ts.map