/** * Extract items from array */ export declare function ExtractArrayValues($arr: A[], $handle: ($a: A) => boolean): A[];