export declare class PrivateKeyOrSignatureId {
    fromPrivateKey?: string;
    signatureId?: string;
    index?: number;
}
