export declare const EXPR_WHITE_LIST: string[];
/**
 * Processes options object to convert expressions to functions.
 * @param options Options object to process.
 * @param isSpecRoot Whether the options is the root of the spec.
 * @returns Processed options object with expressions converted to functions.
 */
export declare function parseOptionsExpr(options: any, isSpecRoot?: boolean): any;
