import { Section } from "../interfaces"; declare const _default: { beforeTranspileSection(section: Section): Section; beforeSendPayload(submitPayload: { [key: string]: any; }): { [key: string]: any; }; afterSendPayload(responsePayload: { [key: string]: any; }): { [key: string]: any; }; }; export default _default;