export declare class CaseLogCreateDTO {
    constructor();
    notes: string;
    issueLogId?: string;
}
