export interface IFortmaticConnectorOptions {
    key: string;
    network?: string;
}
declare const ConnectToFortmatic: (Fortmatic: any, opts: IFortmaticConnectorOptions) => Promise<any>;
export default ConnectToFortmatic;
//# sourceMappingURL=fortmatic.d.ts.map