export declare const isNativeComponent: (sourcePath: string | null) => boolean; export declare const getPath: (from: string, to: string) => string; export declare function getNativeEntryAssetOutputPath(sourcePath: string, options: { cwd: string; rootDir: string; }): string;