import { ResultType } from "../addon-types"; /** * Bindings should not be used directly, only through the addon wrappers */ export declare class ResultIteratorClass { fetchRow(): T; describe(): Array<[string, string]>; close(): void; type: ResultType; isClosed: boolean; } export declare const ResultIteratorBinding: typeof ResultIteratorClass; //# sourceMappingURL=result-iterator-binding.d.ts.map