export declare function agentJsFilename(): string;
export declare function isAgentRunning(): Promise<boolean>;
export declare function postSnapshot(body: any): Promise<boolean>;
