export declare function assert(condition: boolean, message?: string): void; export declare function last(xs: T[]): T | undefined;