import type { MorphoViewerSimulContentProps } from "./types/private"; import type { MorphoViewerElectrodeRecording } from "./types/public"; export declare function useRecordingsAndInjection(props: MorphoViewerSimulContentProps): { recordings: MorphoViewerElectrodeRecording[]; injection: import(".").MorphoViewerElectrodeInjection | undefined; addRecording: (sectionName: string, offset: number) => void; moveInjection: (sectionName: string) => void; }; //# sourceMappingURL=hooks.d.ts.map