export type NodeLike = { type?: string; } & Record; export declare const getProp: (obj: unknown, key: string) => T | undefined; export declare const qualifiedNameToString: (qn: NodeLike | undefined | null) => string; //# sourceMappingURL=ast-utils.d.ts.map