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