import { ProviderTypes } from '@ew-did-registry/did-resolver-interface';
export declare const VoltaAddress1056 = "0xc15d5a57a8eb0e1dcbe5d88b8f9a82017e5cc4af";
export declare const defaultProvider: {
    uriOrInfo: string;
    type: ProviderTypes;
};
export declare const attributeNamePattern = "^did/(pub|auth|svc)/(\\w+)(/(\\w+))?(/(\\w+))?$";
export declare const didPattern: string;
export declare const delegatePubKeyIdPattern: string;
export declare const pubKeyIdPattern: string;
export declare const serviceIdPattern: string;
