export declare function avdlToAVSC(path: any): any;
export declare function avdlToAVSCAsync(path: string): Promise<any>;
