declare const warning: (msg: string) => void; export default warning; declare const onceWarning: (msg: string) => () => void; export { onceWarning };