export declare function sunburst(workspaceId: any, data: any, pWidth: any, pHeight: any, options: {
    perLevelDataElementIds: string[];
    fieldsToDisplay: FieldToDisplay[];
}): void;
declare type FieldToDisplay = string;
export declare function postSetIdeal(workspaceId: string, fingerprintId: string): void;
export declare function postNoteProblem(workspaceId: string, fingerprintId: string): void;
export {};
//# sourceMappingURL=sunburstScript.d.ts.map