import type { Config } from "testplane"; export declare const getStorybookPathEndingWith: (url: string, pathEnding: string) => string; export declare const patchSystemExtensions: (config: Config) => void; export declare const patchTestplaneSets: (config: Config, { browserIds, files, unsafeAllowOtherTests, }: { browserIds: Array; files: string[]; unsafeAllowOtherTests?: boolean | undefined; }) => void; export declare const patchTestplaneBaseUrl: (config: Config, baseUrl: string) => void; export declare const disableTestplaneIsolation: (config: Config, browserIds: Array) => void;