import { type VolumetricFileData } from './types'; export declare const is_vaspwave_filename: (filename: string) => boolean; export declare function parse_vaspwave_charge(buffer: ArrayBuffer, filename?: string): Promise;