import type { SlashCommand } from '@wrongstack/core/types'; /** * `/ps` — pure process list, no side effects. * `/kill` handles listing AND killing. */ export declare function createPsSlashCommand(): SlashCommand; //# sourceMappingURL=ps-slash.d.ts.map