export declare const useAnyKeys: (keys: string[], cb?: (() => void) | undefined) => boolean; export declare const useAllKeys: (keys: string[], cb?: (() => void) | undefined) => boolean;