// Auto-generated stub — replace with real implementation export {}; export const psHandler: (args: string[]) => Promise = (async () => {}) as (args: string[]) => Promise; export const logsHandler: (sessionId: string | undefined) => Promise = (async () => {}) as (sessionId: string | undefined) => Promise; export const attachHandler: (sessionId: string | undefined) => Promise = (async () => {}) as (sessionId: string | undefined) => Promise; export const killHandler: (sessionId: string | undefined) => Promise = (async () => {}) as (sessionId: string | undefined) => Promise; export const handleBgFlag: (args: string[]) => Promise = (async () => {}) as (args: string[]) => Promise;