export declare class FullTextResponseResource {
    value: string;
    removeQuery: string;
}
