import * as ts from 'typescript'; export declare function findRulesObjectLiteralExpression(node: ts.Node): ts.ObjectLiteralExpression | undefined;