export declare const getStore: () => import("appstash").ConfigStore; export declare function getClient(contextName?: string): { dbPreset: import("..").DbPresetModel; namespace: import("..").NamespaceModel; namespaceEvent: import("..").NamespaceEventModel; platformInfraCommit: import("..").PlatformInfraCommitModel; platformInfraGetAllTreeNodesRecord: import("..").PlatformInfraGetAllTreeNodesRecordModel; platformInfraObject: import("..").PlatformInfraObjectModel; platformInfraRef: import("..").PlatformInfraRefModel; platformInfraStore: import("..").PlatformInfraStoreModel; platformNamespace: import("..").PlatformNamespaceModel; platformNamespaceEvent: import("..").PlatformNamespaceEventModel; mutation: { platformInfraInitEmptyRepo: (args: import("../orm/mutation").PlatformInfraInitEmptyRepoVariables, options: { select: S; } & import("..").StrictSelect) => import("..").QueryBuilder<{ platformInfraInitEmptyRepo: import("..").InferSelectResult | null; }>; platformInfraInsertNodeAtPath: (args: import("../orm/mutation").PlatformInfraInsertNodeAtPathVariables, options: { select: S; } & import("..").StrictSelect) => import("..").QueryBuilder<{ platformInfraInsertNodeAtPath: import("..").InferSelectResult | null; }>; platformInfraSetDataAtPath: (args: import("../orm/mutation").PlatformInfraSetDataAtPathVariables, options: { select: S; } & import("..").StrictSelect) => import("..").QueryBuilder<{ platformInfraSetDataAtPath: import("..").InferSelectResult | null; }>; provisionBucket: (args: import("../orm/mutation").ProvisionBucketVariables, options: { select: S; } & import("..").StrictSelect) => import("..").QueryBuilder<{ provisionBucket: import("..").InferSelectResult | null; }>; }; };