/**
 * Check if an options object's propertyName contains a user-defined string or
 * regex that matches the passed in input.
 */
export function optionsMatches(options: any, propertyName: any, input: any): boolean;
