import { type Snippet } from '../data/snippet.ts';
export declare function accessProp(target: Snippet, propName: string): Snippet | undefined;
