export interface CreateDiagramResponse {
    diagramId: string;
}
export declare function CreateDiagramResponseFromJSON(json: any): CreateDiagramResponse;
export declare function CreateDiagramResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateDiagramResponse;
export declare function CreateDiagramResponseToJSON(value?: CreateDiagramResponse | null): any;
