/** 使用验证器自己的认证格式创建样本,不能让候选用旧格式自行生成通过样本。 */ export declare function prepareManagerAuthenticationProbe(workspace: string): { assertPreserved: () => void; verify(origin: string): Promise; }; //# sourceMappingURL=manager-authentication.d.ts.map