/// /** @public */ export declare const githubDeploymentsPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{}, {}>; /** @public */ export declare const EntityGithubDeploymentsCard: (props: { last?: number | undefined; lastStatuses?: number | undefined; columns?: import("@backstage/core-components").TableColumn[] | undefined; }) => import("react").JSX.Element;