import type { CreateLaikaLinkOptions } from './typedefs';
/**
 * Creates a lazy-loadable Laika Link.
 * Useful when you want to use Laika Link in a production environment conditionally,
 * i.e. only load it when necessary.
 */
export declare const createLazyLoadableLaikaLink: (options: CreateLaikaLinkOptions) => import("@apollo/client").ApolloLink;
