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