/**
 * Reply.
 */
export default class Reply {
    private callback;
    private data;
    constructor(callback: Function);
    fn(): any;
}
