import type { Rpc } from '@lynx-js/web-worker-rpc'; import type { Cloneable } from '../../../../types/index.js'; export declare function createGetCustomSection(rpc: Rpc, customSections: Record): (key: string, callback: (object: Cloneable) => void) => void;