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