export declare function isAbortLike(error: unknown): boolean; export declare function attachScopedKeypress(listener: (_value: string, key: { readonly name?: string; readonly ctrl?: boolean; } | undefined) => void): () => void; //# sourceMappingURL=cli-cancellation.d.ts.map