import type { PrototypeStruct } from '../index.js'; export declare function isArraySorted(list: T[]): boolean; interface IsSorted { isSorted(): boolean; } export declare const isSorted: PrototypeStruct; declare global { interface Array extends IsSorted { } } export {}; //# sourceMappingURL=is-sorted.d.ts.map