export interface RdsTextItem { text: string; } export declare function instanceOfRdsTextItem(something: any): something is RdsTextItem;