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