export function validateCredentialSchema(credential: object, schema: object, context: any, documentLoader: any): Promise; export function getAndValidateSchemaIfPresent(credential: object, context: object, documentLoader: object): Promise;