declare type Test = (data: any, valid: boolean) => void; export default Test;