import { Chain } from '../api/Chain'; import { Step } from '../api/Step'; declare const sPerform: (path: string, info: any) => Step; declare const cPerform: (path: string) => Chain; declare const pPerform: (path: string, info: any) => Promise<{}>; export { sPerform, cPerform, pPerform }; //# sourceMappingURL=SeleniumAction.d.ts.map