import type { CodeWalkthroughConditionsObject } from '@redocly/config'; export declare function matchCodeWalkthroughConditions(conditions: CodeWalkthroughConditionsObject | undefined, state: Record): boolean;