import type { DocumentLoader, JWTCredential, LinkedDataSuite, ProofVerificationResult } from "../../lib/crypto";
export declare class MockSignatureSuite implements LinkedDataSuite {
    type: string;
    date: string;
    context: string;
    getVerificationMethod(): Promise<null>;
    createProof(credential: Credential | JWTCredential, purpose: string, documentLoader: DocumentLoader): Promise<any>;
    verifyProof(proofDocument: any, document: any, documentLoader: DocumentLoader): Promise<ProofVerificationResult>;
}
//# sourceMappingURL=MockSignatureSuite.d.ts.map