/** * Determines whether, given a type and typekeywords, the input is * a site item type or not * @param type - the type value on the item * @param typeKeywords - the typeKeywords on the item */ export declare function isSiteType(type: string, typeKeywords?: string[]): boolean;