import { ModuleConfiguration } from '@akanass/rx-crypto';
export interface CryptoConfig {
    pem: ModuleConfiguration;
}
