import type { ProcessPropOptions } from '../types';
/**
 * Function that is the actual processing of the prop's (used for caching)
 * @param input All the options needed for prop's
 */
export declare function processProp(input: ProcessPropOptions): void;
