import { Block } from '../ansible/types.js';
type Config = {
    name?: string;
    email?: string;
};
export declare function install_git({ name, email }: Config): Block;
export {};
//# sourceMappingURL=install_git.d.ts.map