import { InterfaceDeclaration, MethodSignature } from 'ts-morph';
/**
 *
 * @param int
 */
export declare function getInterfaceMethods(int: InterfaceDeclaration): MethodSignature[];
