import { Target, Theme, Topic } from '../sub-clients/alignments/model/theme/Theme'; export declare class ThemeFactory { static sample(theme?: Partial): Theme; } export declare class TopicFactory { static sample(topic?: Partial): Topic; } export declare class TargetFactory { static sample(target?: Partial): Target; }