import type { Bucket } from "../bucket.ts"; import type { BatchExecutionValue, ExecutionEntryFlags, UnaryExecutionValue } from "../interfaces.ts"; export declare function bucketToString(this: Bucket): string; export declare function batchExecutionValue(entries: TData[], _flags?: ExecutionEntryFlags[]): BatchExecutionValue; export declare function unaryExecutionValue(value: TData, _entryFlags?: ExecutionEntryFlags): UnaryExecutionValue; //# sourceMappingURL=executeBucket.d.ts.map