import { RemaxOptions } from 'remax-types'; export declare const pushArray: (arr: string[], path: string) => void; export declare const isPluginComponent: (sourcePath: string, options: RemaxOptions) => boolean; export declare const getSourcePath: (options: RemaxOptions, source: string, importer: string) => string; export declare const isNativeComponent: (sourcePath: string | null) => boolean; export declare const getPath: (from: string, to: string) => string; export declare const readFile: (filePath: string) => string;