export interface DecorationIds {
    FullProfileWithEntities: string;
    WebTopCardCore: string;
    TopCardSupplementary: string;
    SearchClusterCollection: string;
    SearchLazyLoadedActions: string;
    ReusableTypeaheadCollection: string;
    WebJobSearchHitLite: string;
}
export declare function defaultDecorationIds(): DecorationIds;
export declare function remoteDecorationIds(agent: any): Promise<DecorationIds>;
