export declare class TableComment {
    static getComment(obj: object): string | undefined;
    static setComment(obj: object, comment: string): void;
}
