import ViewHelpers from '../../../src/backend/utils/view-helpers/view-helpers.js';
export declare const expectedResult: {
    recordActionUrl: string;
    resourceActionUrl: string;
    bulkActionUrl: string;
    loginUrl: string;
    logoutUrl: string;
    rootUrl: string;
    assetPath: string;
    resourceUrl: string;
    dashboardUrl: string;
    pageUrl: string;
    editUrl: string;
    showUrl: string;
    deleteUrl: string;
    newUrl: string;
    listUrl: string;
    bulkDeleteUrl: string;
};
declare const _default: () => ViewHelpers;
export default _default;
