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