import { type LynxTemplate, type Rpc } from '@lynx-js/web-constants'; export declare function registerGetCustomSectionHandler(rpc: Rpc, customSections: LynxTemplate['customSections']): void;