/**pointImport */
export declare function usePointImportApi(): {
    /**
     * communication/PointImportController-importRule
     * @param data.file undefined
     */
    PointImport_ImportPOST(data: {
        file?: File | File[];
    }, config?: {}): Promise<IResponseString>;
};
