import IInstance from '@gluestack-v2/framework-cli/build/types/plugin/interface/IInstance';
export declare const writeMinioStorageService: (generatedServiceGatewayPath: any, instanceName: any, storageInstance: IInstance) => Promise<void>;
