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