import type p from 'pym.js'; type PymChild = { child: p.Child | null; }; export declare const pym: PymChild; export {};