export declare class AutoPicPluginConfig {
    tags: string[];
    sourceTags: string[];
}
