import { ContentBlockBody, ContentBlockResponse } from './types'; /** * Request content block. * * {@link https://www.braze.com/docs/api/endpoints/templates/content_blocks_templates/get_see_email_content_blocks_information/} */ export declare function getContentBlock(apiUrl: string, apiKey: string, body: ContentBlockBody): Promise; //# sourceMappingURL=get.d.ts.map