export declare class ResetClerk { resolve: Function; reject: Function; onBeginResetting: Function; result: number | null; resetCommand: string; constructor(resolver: Function, rejecter: Function, onBeginReading: Function, resetCommand: string); appendString(aString: string): void; getResult(): number | null; } //# sourceMappingURL=ResetClerk.d.ts.map