import { StackOverflowQuestion, StackOverflowQuestionsRequestParams } from '../types'; /** * @public */ export declare const stackOverflowApiRef: import("@backstage/core-plugin-api").ApiRef; /** * @public */ export type StackOverflowApi = { listQuestions(options?: { requestParams: StackOverflowQuestionsRequestParams; }): Promise; };