import type { ActionPropertiesKeyword, TFlow } from '../../types'; /** * @public * @param keyword * @param options * @returns */ declare const addKeyword:

(keyword: string | [string, ...string[]], options?: ActionPropertiesKeyword) => TFlow; export { addKeyword }; //# sourceMappingURL=addKeyword.d.ts.map