import * as t from '@babel/types'; import { ProtoService } from '@cosmology/types'; import { GenericParseContext } from '../../encoding'; export declare const createPiniaStore: (context: GenericParseContext, service: ProtoService) => t.ExportNamedDeclaration;