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