export declare const assert: (condition: boolean, message?: string) => void; export declare const assertPropertyByOrder: (array: readonly T[], key: keyof T, direction?: 'ascension' | 'descension') => void;