import { GetCommentsOptions } from './GetCommentsOptions';
export interface GetCommentsOnAnswersOptions extends GetCommentsOptions {
    ids: string[] | string;
}
