import type { ErrorContext } from './error.js'; interface IssueParams { template: string; title?: string; body?: string; context: ErrorContext; } export declare function inviteToOpenAFeatureRequest({ title, body, context }: Omit): string; export {}; //# sourceMappingURL=issues.d.ts.map