import { ShieldsIOOptions } from "../../options";
/** Label for Discourse posts (/discourse/posts?server=https%3A%2F%2Fmeta.discourse.org) */
export declare const label = "Discourse posts";
/** URL for Discourse posts (/discourse/posts?server=https%3A%2F%2Fmeta.discourse.org) */
export declare const url: (options?: ShieldsIOOptions | undefined) => string;
