import { RavenCommand } from "../../Http/RavenCommand.js";
import { HttpRequestParameters } from "../../Primitives/Http.js";
import { ServerNode } from "../../Http/ServerNode.js";
import { IRaftCommand } from "../../Http/IRaftCommand.js";
export declare class DeleteSubscriptionCommand extends RavenCommand<void> implements IRaftCommand {
    private readonly _name;
    constructor(name: string);
    createRequest(node: ServerNode): HttpRequestParameters;
    get isReadRequest(): boolean;
    getRaftUniqueRequestId(): string;
}
//# sourceMappingURL=DeleteSubscriptionCommand.d.ts.map