export declare const shift: <T>(array: T[]) => T | undefined;
