import { TAdapterIdentifiers } from "@flopflip/types";

//#region src/plugin.d.ts
type TCypressPluginAddCommandOptions = {
  adapterId: TAdapterIdentifiers;
};
declare const addCommands: (options: TCypressPluginAddCommandOptions) => void;
declare const install: (_on: any) => void;
//#endregion
//#region src/index.d.ts
declare const version = "__@FLOPFLIP/VERSION_OF_RELEASE__";
//#endregion
export { addCommands, install, version };
//# sourceMappingURL=index.d.ts.map