import * as Endpoint from '../../Endpoint.js';
import { Payload } from './sectiontopicsget/Payload.js';
export * from './sectiontopicsget/Payload.js';
export * from './sectiontopicsget/Response.js';
export declare const prepare: Endpoint.Prepare<Payload>;
