import type { WindowOptions } from '../types/relying-party-options';
export declare const windowFeatures: ({ position, ...rest }: WindowOptions) => string | undefined;
