export declare function generateInterface( iName: string, fields: { [K: string]: { dataTypeName: string nullable: boolean } } ): string