import { PitcherEnv } from '../sdk/interfaces'; export declare const DEFAULT_SFDC_API_VERSION = "64.0"; /** * Get the Salesforce REST API version from instance/org settings with fallback. * Priority: instance settings → org settings → default ('64.0') */ export declare const getSalesforceApiVersion: (env: Pick | null) => string;