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