export declare class SignedMeterValuesConfig {
    publicKeyFileId: string;
    signingMethod: string;
}
