import { Either } from "fp-ts/Either"; export declare const andThen: (response: Either, fn: (res: A) => Either | Promise>) => Either | Promise>; export declare const url: (template: string, variables: object) => string;