import type { Instruction } from './tree-item';
export declare function extractInstruction(userData: Record<string | symbol, unknown>): Instruction | null;
