export declare const createIsStateOneOf: (machine: { state: T[number]; }) => (states: Partial) => boolean;