/// /** * Create the PuppetDB frontend plugin. * * @public * */ export declare const puppetdbPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{}, {}>; /** * Creates a routable extension for the PuppetDB plugin content. * * @public */ export declare const PuppetDbPage: () => import("react").JSX.Element;