export declare const emitKeyUp: (val: string, isState?: boolean | undefined) => void, onKeyUp: (cb: (val: string) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;
