export declare function array_pop<T>(inputArr: Record<string, T> | T[]): T | null;
