import { IGaiaxCredentialType, ServiceOfferingType } from '../types/index.js'; import { CredentialPayload } from '@veramo/core'; export declare function createSDCredentialFromPayload({ did, payload }: { payload: unknown; did?: string; }): CredentialPayload; export declare function exampleParticipantSD1_2_8({ did }: { did?: string; version?: string; }): { '@context': string[]; type: string[]; id: string; issuer: string; issuanceDate: string; credentialSubject: { id: string; type: string; 'gx:legalName': string; 'gx:legalRegistrationNumber': { 'gx:vatID': string; }; 'gx:headquarterAddress': { 'gx:countrySubdivisionCode': string; }; 'gx:legalAddress': { 'gx:countrySubdivisionCode': string; }; 'gx-terms-and-conditions:gaiaxTermsAndConditions': string; }; }; export declare function exampleParticipantSD({ did }: { did?: string; version?: string; }): { '@context': string[]; issuer: string; id: string; credentialSubject: { id: string; 'gx-participant:name': string; 'gx-participant:legalName': string; 'gx-participant:website': string; 'gx-participant:registrationNumber': { 'gx-participant:registrationNumberType': string; 'gx-participant:registrationNumberNumber': string; }[]; 'gx-participant:headquarterAddress': { 'gx-participant:addressCountryCode': string; 'gx-participant:addressCode': string; 'gx-participant:streetAddress': string; 'gx-participant:postalCode': string; 'gx-participant:locality': string; }; 'gx-participant:legalAddress': { 'gx-participant:addressCountryCode': string; 'gx-participant:addressCode': string; 'gx-participant:streetAddress': string; 'gx-participant:postalCode': string; 'gx-participant:locality': string; }; 'gx-participant:termsAndConditions': string; }; type: IGaiaxCredentialType[]; }; export declare function exampleParticipantSD2210({ did }: { did?: string; version?: string; }): { '@context': string[]; issuer: string; id: string; credentialSubject: { '@context': { cc: string; schema: string; cred: string; void: string; owl: string; xsd: string; 'gax-validation': string; skos: string; voaf: string; rdfs: string; vcard: string; 'gax-core': string; dct: string; sh: string; 'gax-trust-framework': string; rdf: string; ids: string; dcat: string; vann: string; foaf: string; did: string; }; id: string; '@type': string; 'gax-trust-framework:legalName': { '@value': string; '@type': string; }; 'gax-trust-framework:legalForm': string; 'gax-trust-framework:registrationNumber': { '@value': string; '@type': string; }; 'gax-trust-framework:legalAddress': { '@type': string; 'vcard:country-name': { '@value': string; '@type': string; }; 'vcard:gps': { '@value': string; '@type': string; }; 'vcard:street-address': { '@value': string; '@type': string; }; 'vcard:postal-code': { '@value': string; '@type': string; }; 'vcard:locality': { '@value': string; '@type': string; }; }; 'gax-trust-framework:headquarterAddress': { '@type': string; 'vcard:country-name': { '@value': string; '@type': string; }; 'vcard:gps': { '@value': string; '@type': string; }; 'vcard:street-address': { '@value': string; '@type': string; }; 'vcard:postal-code': { '@value': string; '@type': string; }; 'vcard:locality': { '@value': string; '@type': string; }; }; }; type: string[]; }; export declare function exampleServiceOfferingSD({ url, did }: { url: string; did?: string; version?: string; }): { '@context': string[]; issuer: string; id: string; credentialSubject: { id: string; 'gx-service-offering:providedBy': string; 'gx-service-offering:name': string; 'gx-service-offering:description': string; 'gx-service-offering:termsAndConditions': { 'gx-service-offering:url': string; 'gx-service-offering:hash': string; }[]; 'gx-service-offering:gdpr': ({ 'gx-service-offering:imprint': string; 'gx-service-offering:privacyPolicy'?: undefined; } | { 'gx-service-offering:privacyPolicy': string; 'gx-service-offering:imprint'?: undefined; })[]; 'gx-service-offering:dataExport': { 'gx-service-offering:requestType': string; 'gx-service-offering:accessType': string; 'gx-service-offering:formatType': string; }; }; type: IGaiaxCredentialType[]; }; export declare function exampleServiceOfferingSDv1_2_8({ url, did, type }: { url: string; did?: string; type: ServiceOfferingType; version?: string; }): { '@context': string[]; issuer: string; id: string; credentialSubject: { id?: string | undefined; '@graph': ({ '@id': string; '@type': string; 'vcard:country-name': string; 'vcard:locality': string; 'vcard:postal-code': string; 'vcard:street-address': string; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'adms:contactPoint': { '@id': string; }; 'dcat:distribution': { '@id': string; }; 'dcat:keyword': string[]; 'dcat:landingPage': { '@id': string; }; 'dcat:theme': { '@id': string; }; 'dct:accrualPeriodicity': { '@id': string; }; 'dct:conformsTo': { '@id': string; }; 'dct:description': string; 'dct:issued': string; 'dct:language': { '@id': string; }; 'dct:modified': string; 'dct:publisher': { '@id': string; }; 'dct:spatial': { '@id': string; }; 'dct:temporal': { '@id': string; }; 'dct:title': { '@language': string; '@value': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'dct:type': { '@id': string; }; 'foaf:name': string; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string[]; 'vcard:hasValue': { '@id': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; 'dcat:keyword': string; '@type'?: undefined; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'schema:endDate': { '@type': string; '@value': string; }; 'schema:startDate': { '@type': string; '@value': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'vcard:fn': string; 'vcard:hasAddress': { '@id': string; }; 'vcard:hasEmail': { '@id': string; }; 'vcard:hasTelephone': { '@id': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'rdfs:label': string; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; })[]; '@context': { cc: string; schema: string; cred: string; void: string; owl: string; xsd: string; 'gax-validation': string; skos: string; voaf: string; rdfs: string; vcard: string; 'gax-core': string; dct: string; sh: string; 'gax-trust-framework': string; rdf: string; ids: string; dcat: string; vann: string; foaf: string; did: string; adms: string; }; } | { id: string; type: string; 'gx:providedBy': { id: string; }; 'gx:policy': string; 'gx:termsAndConditions': { 'gx:URL': string; 'gx:hash': string; }; '@graph': { '@context': string[]; '@type': string; '@id': string; 'dct:title': string; 'dct:description': string; 'dct:keyword': string[]; 'dct:theme': { '@id': string; title: string; }[]; 'dct:homepage': string; 'dct:publisher': { '@type': string; name: string; url: string; }; 'dct:contactPoint': { '@type': string; name: string; email: string; url: string; }; 'dct:endpointURL': string; 'dct:endpointDescription': { '@type': string; '@id': string; title: string; description: string; conformsTo: { '@id': string; }; documentation: string; usesVocabulary: { '@id': string; }[]; }; 'dcat:servesDataset': { '@graph': ({ '@id': string; '@type': string; 'vcard:country-name': string; 'vcard:locality': string; 'vcard:postal-code': string; 'vcard:street-address': string; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'adms:contactPoint': { '@id': string; }; 'dcat:distribution': { '@id': string; }; 'dcat:keyword': string[]; 'dcat:landingPage': { '@id': string; }; 'dcat:theme': { '@id': string; }; 'dct:accrualPeriodicity': { '@id': string; }; 'dct:conformsTo': { '@id': string; }; 'dct:description': string; 'dct:issued': string; 'dct:language': { '@id': string; }; 'dct:modified': string; 'dct:publisher': { '@id': string; }; 'dct:spatial': { '@id': string; }; 'dct:temporal': { '@id': string; }; 'dct:title': { '@language': string; '@value': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'dct:type': { '@id': string; }; 'foaf:name': string; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string[]; 'vcard:hasValue': { '@id': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; 'dcat:keyword': string; '@type'?: undefined; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'schema:endDate': { '@type': string; '@value': string; }; 'schema:startDate': { '@type': string; '@value': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'vcard:fn': string; 'vcard:hasAddress': { '@id': string; }; 'vcard:hasEmail': { '@id': string; }; 'vcard:hasTelephone': { '@id': string; }; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'rdfs:label'?: undefined; } | { '@id': string; '@type': string; 'rdfs:label': string; 'vcard:country-name'?: undefined; 'vcard:locality'?: undefined; 'vcard:postal-code'?: undefined; 'vcard:street-address'?: undefined; 'adms:contactPoint'?: undefined; 'dcat:distribution'?: undefined; 'dcat:keyword'?: undefined; 'dcat:landingPage'?: undefined; 'dcat:theme'?: undefined; 'dct:accrualPeriodicity'?: undefined; 'dct:conformsTo'?: undefined; 'dct:description'?: undefined; 'dct:issued'?: undefined; 'dct:language'?: undefined; 'dct:modified'?: undefined; 'dct:publisher'?: undefined; 'dct:spatial'?: undefined; 'dct:temporal'?: undefined; 'dct:title'?: undefined; 'dct:type'?: undefined; 'foaf:name'?: undefined; 'vcard:hasValue'?: undefined; 'schema:endDate'?: undefined; 'schema:startDate'?: undefined; 'vcard:fn'?: undefined; 'vcard:hasAddress'?: undefined; 'vcard:hasEmail'?: undefined; 'vcard:hasTelephone'?: undefined; })[]; }[]; 'dct:serviceType': string[]; 'dct:serviceStatus': string; 'dct:accessRights': { '@id': string; title: string; }; 'dct:license': { '@id': string; title: string; }; 'dct:hasPolicy': { '@type': string; '@id': string; title: string; description: string; issued: string; language: string; rights: string; accessRights: { '@id': string; title: string; }; conformsTo: { '@id': string; }[]; }; 'dct:provenance': { '@type': string; description: string; generatedBy: { '@type': string; name: string; url: string; }; }[]; }[]; '@context': { cc: string; schema: string; cred: string; void: string; owl: string; xsd: string; skos: string; voaf: string; rdfs: string; vcard: string; dct: string; sh: string; rdf: string; ids: string; dcat: string; vann: string; foaf: string; did: string; adms: string; }; } | { id: string; type: string; 'gx:providedBy': { id: string; }; 'gx:policy': string; 'gx:termsAndConditions': { 'gx:URL': string; 'gx:hash': string; }; 'gx:dataAccountExport': { 'gx:requestType': string; 'gx:accessType': string; 'gx:formatType': string; }; }; type: string; }; //# sourceMappingURL=default-fixtures.d.ts.map