export default class VDF {
    static parse<T>(file: string): T;
    static stringify(object: object, indentation?: number): string;
}
