import { DeploymentConfig } from '../deploy/types.js'; import '../deploy/graphql/deployment-verification-details.js'; declare const testToken: { accessToken: string; allowedResource: string; appId: string; client: string; expiresAt: string; namespace: string; namespaceId: string; }; declare function createTestConfig(rootFolder: string): DeploymentConfig; export { createTestConfig, testToken };