export declare class DeleteText { text: string; constructor(text: string); }