declare type Warn = (message?: string) => void;
export declare let warn: Warn;
export {};
