import type { IsPluginEnabled } from '../../types/config.js';
declare const _default: {
    title: string;
    enablers: RegExp[];
    isEnabled: IsPluginEnabled;
    config: string[];
    entry: string[];
    resolveEntryPaths: import("../../types/config.js").ResolveEntryPaths<import("../playwright/types.js").PlaywrightTestConfig>;
    resolveConfig: import("../../types/config.js").ResolveConfig<import("../playwright/types.js").PlaywrightTestConfig>;
    args: {
        binaries: string[];
        positional: boolean;
        args: (args: string[]) => string[];
        config: boolean;
    };
};
export default _default;
