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