import type { FC } from 'react'; interface DocMultiCallProps { calls: Record; } export declare const DocMultiCall: FC; export {};