declare class Import { static raw(path: string): Promise; } export default Import;