export type defaultType = (a:string, b:string)=>string; declare const members:defaultType export default members