export type KeypressIndicator = '<enter>' | '<tab>';
export declare function parseTypeContent(content: string): (string | KeypressIndicator)[];
export declare function renderMinimalAccessibilityTree(node: any): string;
