declare let returner: (config: any, cback: Function) => Promise<void>;
export default returner;
