export interface MaterialAuthoringWorkflowSummary { readonly id: string; readonly ready: boolean; readonly workflow: string; } export declare function createMaterialAuthoringWorkflowSummary(): MaterialAuthoringWorkflowSummary; //# sourceMappingURL=MaterialAuthoringWorkflow.d.ts.map