import { StarknetWindowObject } from '@starknet-io/types-js';
import { IArgentLoginOptions } from './login';

export type { StarknetWindowObject, IArgentLoginOptions };
export declare const getStarknetWindowObject: (options: IArgentLoginOptions) => Promise<StarknetWindowObject | null>;
