export declare function copyHermesXcframework({ sourceDir, destinationDir, }: { sourceDir: string; destinationDir: string; }): void;