/**
 * Check if the current context is one of expected ones.
 */
export declare function inContext(current: string | undefined, expected: string | string[] | undefined): boolean;
