//#region src/shared/datasources/external/mastodon/status/sample.single.d.ts
declare const sample: {
  account: {
    acct: string;
    avatar: string;
    avatar_static: string;
    bot: false;
    created_at: string;
    display_name: string;
    emojis: {
      category: string;
      shortcode: string;
      static_url: string;
      url: string;
      visible_in_picker: true;
    }[];
    id: string;
    url: string;
    username: string;
    discoverable: true;
    fields: never[];
    followers_count: number;
    following_count: number;
    group: false;
    header: string;
    header_static: string;
    last_status_at: string;
    locked: false;
    note: string;
    noindex: false;
    statuses_count: number;
    suspended: false;
  };
  content: string;
  created_at: string;
  id: string;
  media_attachments: never[];
  reblogs_count: number;
  replies_count: number;
  favourites_count: number;
  tags: never[];
  uri: string;
  visibility: "public";
  sensitive: false;
  application: {
    name: string;
    website: string;
  };
  mentions: never[];
  emojis: never[];
  url: string;
};
//#endregion
export { sample };
//# sourceMappingURL=sample.single.d.ts.map