export declare const formatProjectId: (val: string | number) => string | number; export declare const API_PREFIX = "/api/v4"; export declare const version: () => string; export declare const project: (pid: string | number) => string; export declare const branches: (pid: string | number) => string; export declare const mergeRequests: (pid: string | number) => string;