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