export declare class CreateCallLinkDto {
    type: 'audio' | 'video';
    startTime: number;
}
