export declare type SearchDomain = 'USER' | 'RECIPE' | 'GROUP' | 'DOCUMENT'; export declare const searchDomains: SearchDomain[];