import { BaseTypedef } from '../base.typedef'; export declare class Keyword extends BaseTypedef { code: string; content: string; score: number; industryId: string; publicId: string; type: string; isActive: number; contentEng: string; customUrl: string; sqlId: string; } export declare class KeywordDetail extends Keyword { } declare const KeywordListResponse_base: any; export declare class KeywordListResponse extends KeywordListResponse_base { } export {}; //# sourceMappingURL=keyword.typedef.d.ts.map