import type { ExecSocket } from '../../../../../socket/ExecSocket'; type $$ComponentProps = { data: ExecSocket; }; declare const ExecSocket: import("svelte").Component<$$ComponentProps, {}, "">; type ExecSocket = ReturnType; export default ExecSocket;