import { FlipperConfig, WithFlipperOptions } from "./types";
export declare function getConfiguration(options?: WithFlipperOptions): FlipperConfig;
