import type { BeeRequestOptions, EnvelopeWithBatchId } from '../types';
import { BatchId, Reference } from '../utils/typed-bytes';
export declare function postEnvelope(requestOptions: BeeRequestOptions, postageBatchId: BatchId, reference: Reference): Promise<EnvelopeWithBatchId>;