import { IFlagsmith } from './types'; declare const flagsmith: IFlagsmith; export default flagsmith; export declare const createFlagsmithInstance: () => IFlagsmith; export { FlagSource } from './flagsmith-core';