import type { Config } from './config.js'; export declare function setup({ alias, ...rest }: Config): void;