import type { ITtscParsedProjectConfig } from "../../../structures/internal/ITtscParsedProjectConfig";
/** Serialize the retained project identity for a native sidecar invocation. */
export declare function createNativeProjectContextArgs(project: ITtscParsedProjectConfig, pluginConfigOrigin?: string): string[];
