import type { BaseResource, PathsConfig } from '../../pages/types'; import type { ResourcePaths } from '../../types'; export declare const createResourcePaths: ({ pathsConfig, recordId, }: { pathsConfig?: PathsConfig | undefined; recordId?: string | number | undefined; }) => { resourcePaths: ResourcePaths; };