import { InterfaceDeclaration } from 'ts-morph';
/**
 *
 * @param int
 * @param fn
 */
export declare function findInterface(int: InterfaceDeclaration, fn: (c: InterfaceDeclaration) => boolean): InterfaceDeclaration | undefined;
