export function hasOnlyChild({ alternatives }: { alternatives: any; }, kidFn: any): any; export function isLookaround({ type, kind }: { type: any; kind: any; }): boolean; export function isZeroLengthNode({ type, min }: { type: any; min: any; }): boolean;