export declare const getWords: (value: string) => string[]; export declare const isDynamic: (value: string, threshold?: number) => boolean;