import { ContentfulCommon } from 'ng2-contentful'; import { ContentfulNodePagesResponse } from './aliases.structures'; /** * Transforms response to usable form by resolving all includes objects * @param response * @param depth * @returns {T[]} */ export declare function transformResponse>(response: ContentfulNodePagesResponse, depth?: number): T[];