export declare const useFilterUrls: () => {
    filterUrl: string;
    lightingUrl: string;
    filterId: string;
    lightingId: string;
};
