export declare class DomainHelper {
    static get now(): number;
    static generateId(prefix: string): string;
    static aggregateTypeToSnakeCase(aggregateType: Function): string;
}
//# sourceMappingURL=domain-helper.d.ts.map