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