export declare const LOCAL_TESTNET_API: string;
export declare function testnetUp(dockerPath?: string): Promise<boolean>;
export declare function testnetDown(dockerPath?: string): Promise<void>;
//# sourceMappingURL=compose.d.ts.map