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