import { IRuleMetadata } from 'tslint';
export declare function findRuleMetadata(ruleName: string): IRuleMetadata;
