export interface NovitaDriverConfig { apiKey: string | null; domain: string | null; template: string | null; requestedCwd: string; timeoutMs: number; requestTimeoutMs: number; secure: boolean | null; autoPause: boolean; reuseLease: boolean; } export declare function parseNovitaDriverConfig(raw: Record): NovitaDriverConfig; export declare function buildShellCommand(input: { command: string; args?: string[]; cwd?: string; env?: Record; stdin?: string; }): string; declare const plugin: import("@paperclipai/plugin-sdk").PaperclipPlugin; export default plugin; //# sourceMappingURL=plugin.d.ts.map