import type { Paths } from './paths-type.js';
/**
 * RestApi resource path builder
 * @param resourceName
 * @param prefix
 * @returns
 */
export declare function paths(resourceName: string, prefix?: string): Paths;
//# sourceMappingURL=paths.d.ts.map