export declare const assert: (condition: boolean) => true; export declare const fail: (message: string) => never;