export declare const DEFAULT_SPECS: {
    sources: string;
    max_suggest: string;
    categories: string;
    widget_id: string;
    title: string;
}[];
export declare const idNameList: {
    id: string;
    text: string;
}[];
export declare const sortByServerToTextDict: Record<string, string>;
export declare const serverNameToId: Record<string, string>;
