/** * Returns whether a source module can be loaded directly by the host runtime without * first going through the transpile/import pipeline. */ export declare function supportsSourceModuleLoading(filePath: string): boolean;