export declare function truncateForActivity(text: string): string; export declare function runtimeErrorPayload(error: unknown): Record; export declare function copyNumber(source: Record | undefined, target: Record, from: string, to: string): void; export declare function copyString(source: Record | undefined, target: Record, from: string, to: string): void; export declare function copyBoolean(source: Record | undefined, target: Record, from: string, to: string): void; export declare function copyActivityPreview(source: Record | undefined, target: Record, from: string, to: string): void; export declare function isFirstClassAnimaCliCommand(command: string | undefined): boolean; //# sourceMappingURL=format.d.ts.map