export default class Chainable { parent: any; constructor(parent: any); batch(handler: (instance: this) => void): this; end(): any; }