import { Configurations } from "../models/Configurations"; export declare class ConfigurationsService { getAll: () => Promise; }