import { ModelRequirements } from './types/ModelRequirements';
import { string_version } from './types/typeAliases';
/**
 * The version of the PTP
 */
export declare const PTP_VERSION: string_version;
/**
 * Default model requirements for the pipeline
 */
export declare const DEFAULT_MODEL_REQUIREMENTS: ModelRequirements;
