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