import AbstractSkillTest from '../../../tests/AbstractSkillTest';
export default class RegisteringAnAgentAtBootTest extends AbstractSkillTest {
    protected static skillCacheKey: string;
    private static agentName;
    private static agents;
    private static skills;
    protected static beforeEach(): Promise<void>;
    protected static canCreateRegisteringAnAgentAtBoot(): Promise<void>;
    protected static bootingRegistersTheAgent(): Promise<void>;
    protected static returnsAnErrorIfAlreadyRegistered(): Promise<void>;
    private static register;
    private static loginAndRegisterSkill;
    private static boot;
    private static getPlatformAgent;
}
