export declare const userRatingsUrl: (user: string | number, page?: number) => string;
export declare const movieUrl: (movie: number) => string;
export declare const creatorUrl: (creator: number | string) => string;
export declare const searchUrl: (text: string) => string;
