type InitializerProps = {
    setPlugin: (plugin: string) => void;
};
declare const Initializer: ({ setPlugin }: InitializerProps) => null;
export { Initializer };
