import { IGitHubAccountRecord } from '../../interfaces/IAccountRecord';
export declare const addGitHubAccountEntityCommand: (account: IGitHubAccountRecord) => Promise<void>;
//# sourceMappingURL=addGitHubAccountEntityCommand.d.ts.map