export declare function assert(input: any, condition: (input: any) => boolean, message: string): T;