export declare class PicSourceYandePluginConfig {
    endpoint: string;
    pageLimit: number;
    useOriginal: boolean;
}
