import { NodeFile } from '@/types/sp/Common';
export declare function createFile(filePath: string): NodeFile;
