import type { StatusUpdateBase } from './StatusUpdateBase'; export declare type StatusUpdateRequest = (StatusUpdateBase & { parent: string; });