import { AbstractFileAdapter } from '../base/AbstractFileAdapter'; export declare class PlistFileAdapterV2 extends AbstractFileAdapter { private parser; canHandle(filePath: string): boolean; read(filePath: string): Promise>; getFormat(): string; getSupportedExtensions(): string[]; } //# sourceMappingURL=PlistFileAdapterV2.d.ts.map