import type { CodeWalkthroughFile } from '@redocly/config';
export declare function downloadCodeWalkthrough(files: CodeWalkthroughFile[], state: Record<string, {
value: string | boolean;
}>, inputsState: Record<string, {
value: string;
}>): Promise<void>;