export declare const precondition: (check: any, message: string) => void; export declare const warn: (message: string) => void;