import { ObjectProperty, ObjectExpression, ObjectMethod } from '@babel/types'; export declare function getObjectProperty(object: ObjectExpression, key: string): ObjectProperty | ObjectMethod | null; export declare function isTwoSortedArrayEqual(a: any[], b: any[]): void;