@khulnasoft.com/dev-tools
Version:
KhulnaSoft Visual CMS Devtools
11 lines (10 loc) • 425 B
TypeScript
import type { CLIArgs } from "./index";
import type { DevToolsSys } from "../types";
import type { FigmaKhulnasoftLink } from "$/ai-utils";
interface KVGetRequest {
privateKey: string;
spaceId: string;
}
export declare const runFigmaMigrate: (sys: DevToolsSys, args: CLIArgs) => Promise<undefined>;
export declare function getKhulnasoftSpaceFigmaLinks(kvReq: KVGetRequest): Promise<FigmaKhulnasoftLink[]>;
export {};