export declare function array_shift<T>(inputArr: T[]): T | null;
