interface Options {
    /**
     * Uno config path
     */
    path?: string;
}

export type { Options };
