export declare const description = "Create VS Code settings for an optimal experience with Netlify projects";
/**
 * @param {object} params
 * @param {*} params.config
 * @param {string} params.repositoryRoot
 * @returns
 */
export declare const run: ({ config, repositoryRoot }: {
    config: any;
    repositoryRoot: any;
}) => Promise<undefined>;
//# sourceMappingURL=index.d.ts.map