import type { State } from '../../types';
declare const isSubcript: (state: State, customSubcriptKey?: string) => boolean;
export default isSubcript;
