import { DbApi } from "@dobuki/data-client";
import { Lock } from "@dobuki/code-lock";
interface Props {
    owner: string;
    repo: string;
    lock?: Lock;
}
export declare function getGithubDb(props: Props): DbApi;
export {};
