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