export declare function findAndPushToEnd(arr: T[], filter: (t: T) => boolean): T | undefined; //# sourceMappingURL=find-and-push-to-end.d.ts.map