import type { ShouldHandleTextCommandsParams } from "./commands-registry.types.js";
export declare function isNativeCommandSurface(surface?: string): boolean;
export declare function shouldHandleTextCommands(params: ShouldHandleTextCommandsParams): boolean;
