export declare const getRemoteRefs: (url: string, deps?: {
    execLsRemote: (url: string, deps?: {
        execFileAsync: typeof import("child_process").execFile.__promisify__;
    }) => Promise<string>;
}) => Promise<string[]>;
//# sourceMappingURL=gitRemoteHandle.d.ts.map