export declare function simctlGetDetailsTool(args: any): Promise<{
    content: {
        type: "text";
        text: string;
    }[];
}>;
//# sourceMappingURL=get-details.d.ts.map