import { IEvolutionHash } from '../interfaces';
export declare class EvolutionHashEntity implements IEvolutionHash {
    apikey: string;
    constructor(data?: Partial<EvolutionHashEntity>);
}
