declare module "@extra-array/pop" {
/**
 * Removes last value.
 * @param x an array
 */
declare function pop<T>(x: T[]): T[];
export = pop;
//# sourceMappingURL=pop.d.ts.map}
