import { ActionInput, IndexerManagementClient, IndexerManagementDefaults, specification } from '@graphprotocol/indexer-common'; import { Metrics, Logger } from '@graphprotocol/common-ts'; export declare const testNetworkSpecification: specification.NetworkSpecification; export declare const createTestManagementClient: (databaseOptions: any, logger: Logger, metrics: Metrics, networkIdentifierOverride?: string) => Promise; export declare const defaults: IndexerManagementDefaults; export declare const subgraphDeployment1 = "Qmew9PZUJCoDzXqqU6vGyTENTKHrrN4dy5h94kertfudqy"; export declare const subgraphDeployment2 = "QmWq1pmnhEvx25qxpYYj9Yp6E1xMKMVoUjXVQBxUJmreSe"; export declare const subgraphDeployment3 = "QmRhH2nhNibDVPZmYqq3TUZZARZ77vgjYCvPNiGBCogtgM"; export declare const queuedAllocateAction: ActionInput; export declare const invalidUnallocateAction: ActionInput; export declare const invalidReallocateAction: ActionInput; export declare const queuedResizeAction: ActionInput; export declare const queuedPresentPOIAction: ActionInput;