export declare class ApiPaths {
    getUrl?: string;
    listUrl?: string;
    addUrl?: string;
    updateUrl?: string;
    deleteUrl?: string;
}
