import { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
export declare function createProfileTool(params: {}): Promise<CallToolResult>;
export declare const createProfileToolName = "create_profile";
export declare const createProfileToolDescription = "Creates a new persistent Hyperbrowser profile.";
//# sourceMappingURL=create-profile.d.ts.map