import type { Options } from '@rsmax/types'; export declare function replaceExtension(file: string, ext: string): string; export declare function getNativeAssetOutputPath(sourcePath: string, options: Options): string;