export type AllureApi = { getReportUrl(projectId: string): Promise; }; export declare const allureApiRef: import("@backstage/core-plugin-api").ApiRef;