export declare class UpdateAudioItemDto {
    title?: string;
    text?: string;
}
