import type { EthernaIndexClient } from ".";
import type { RequestOptions } from "..";
export declare class IndexComments {
    private instance;
    constructor(instance: EthernaIndexClient);
    /**
     * Delete own comment
     * @param id Id of the comment
     * @param opts Request options
     */
    deleteComment(id: string, opts?: RequestOptions): Promise<boolean>;
}
//# sourceMappingURL=comments.d.ts.map