import type { Variant, PublishResult, ChannelHints } from "../models.js"; import type { Profile } from "../backends/base.js"; export declare class GitHubDiscussionsAdapter { hints(): ChannelHints; publish(variant: Variant, profile: Profile): Promise; unpublish(_liveUrl: string, _profile: Profile): Promise<[boolean, string]>; private gql; } //# sourceMappingURL=github-discussions.d.ts.map