import { ServiceClass } from '../../types'; /** * Creates service for isolated code with working db * */ export declare function Service(): (_: typeof ServiceClass) => void;