export declare const HOOK_MARKER = "# madar-hook-start"; export declare const CHECKOUT_MARKER = "# madar-checkout-hook-start"; export declare function install(path?: string): string; export declare function uninstall(path?: string): string; export declare function status(path?: string): string;