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